/* ---------------------------------------------------
mixin
---------------------------------------------------- */
/*-------------------------------------------
common
-------------------------------------------*/
.c-pagetitle-bg {
  position: relative;
}
.c-pagetitle-bg > img {
  width: 100%;
}

.c-table-hours tr > * {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .c-table-hours tr > * {
    padding: 5px 10px;
  }
}
.c-table-hours tr > *.u-bg-lgry {
  background: #e4e4e4;
}
.c-table-hours th.forPCTB {
  width: 20%;
}

.tr-forSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .tr-forSP {
    display: table-row;
  }
}

/*-------------------------------------------
ticket
-------------------------------------------*/
.c-ticket-button {
  width: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-ticket-button {
    width: 100px;
  }
}
.c-ticket-button .button {
  position: relative;
  background: #000;
  border-radius: 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.c-ticket-button .button:hover {
  background: #9F9F9F;
}
.c-ticket-button .button::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/ticket/ic_ticket_btn01.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .c-ticket-button .button::after {
    width: 20px;
    height: 20px;
  }
}
.c-ticket-button .button > a {
  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%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 16px 40px 16px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-ticket-button .button > a:hover {
  opacity: 1;
}
.c-ticket-button.is-inactive .button {
  opacity: 0.2;
  pointer-events: none;
}
.c-ticket-button.is-inactive .button > a {
  opacity: 0.8;
  pointer-events: none;
}

.c-ticket-img01 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .c-ticket-img01 {
    margin-bottom: 40px;
  }
}
.c-ticket-img01 > img {
  width: 100%;
}

.c-ticket-memo01 {
  margin-top: -20px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .c-ticket-memo01 {
    margin-top: 20px;
  }
}

.c-table-mpoint {
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .c-table-mpoint {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .c-table-mpoint {
    width: 100%;
  }
}
.c-table-mpoint thead tr th:nth-of-type(n+2) {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .c-table-mpoint thead tr th:nth-of-type(n+2) {
    font-size: 1rem;
  }
}
.c-table-mpoint tr > * {
  padding: 5px;
}

.c-ticket-link01 {
  margin-top: 30px;
}
.c-ticket-link01 > li + li {
  margin-top: 0.5em;
}

.c-ticket-table01 tr td:first-of-type {
  text-indent: -1em;
  padding-left: calc(10px + 1em);
}
@media screen and (max-width: 768px) {
  .c-ticket-table01 tr td:first-of-type {
    padding-left: calc(5px + 1em);
  }
}

.c-ticket-map01 {
  width: 100%;
  display: grid;
  grid-template-columns: 5fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-ticket-map01 {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-ticket-map01 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

#modal-seat {
  width: 900px;
}
@media screen and (max-width: 1024px) {
  #modal-seat {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #modal-seat {
    width: 96%;
  }
}
#modal-seat .c-seatlineup {
  text-align: left;
}
#modal-seat .c-seatlineup__ttl {
  background: #eee;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #modal-seat .c-seatlineup__ttl {
    font-size: 1.1rem;
  }
}
#modal-seat .c-seatlineup__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style: square inside;
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  #modal-seat .c-seatlineup__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  #modal-seat .c-seatlineup__list {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #modal-seat .c-seatlineup__list > li {
    font-size: 0.9rem;
  }
}
#modal-seat .c-seatlineup__memo {
  margin: 30px 20px 0;
}
@media screen and (max-width: 1024px) {
  #modal-seat .c-seatlineup__memo {
    margin: 20px 0 0;
  }
}
#modal-seat .c-seatlineup__memo > li {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #modal-seat .c-seatlineup__memo > li {
    font-size: 0.9rem;
  }
}
#modal-seat .c-seatlineup__memo > li .u-memo__mark {
  top: 0.05em;
  font-size: 1.2rem;
}

/*-------------------------------------------
event
-------------------------------------------*/
.contents-wrapper.event {
  padding: 0 0 50px;
  margin-top: -40px;
}
@media screen and (max-width: 1024px) {
  .contents-wrapper.event {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .contents-wrapper.event {
    padding: 0 0 30px;
  }
}

.l-tab-event {
  padding-top: 60px;
}
.l-tab-event .l-tab-list > ul {
  border: none;
}
@media screen and (max-width: 320px) {
  .l-tab-event .l-tab-list > ul {
    gap: 1px;
  }
}
.l-tab-event .l-tab-list > ul > li > a {
  font-size: 1.1rem;
}
@media screen and (max-width: 1024px) {
  .l-tab-event .l-tab-list > ul > li > a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-event .l-tab-list > ul > li > a {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .l-tab-event .l-tab-list > ul > li > a {
    font-size: 10px;
    padding: 10px 2px;
  }
}
.l-tab-event .l-tab-panel {
  border: #DCDCDC 1px solid;
}

.c-event-linklist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-event-linklist {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}
.c-event-linklist > li {
  aspect-ratio: 3.6/1;
  padding: 2px;
}
@media screen and (max-width: 1024px) {
  .c-event-linklist > li {
    aspect-ratio: 3/1;
  }
}
@media screen and (max-width: 768px) {
  .c-event-linklist > li {
    aspect-ratio: unset;
  }
}
.c-event-linklist > li > a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  border: #272727 1px solid;
  border-radius: 30px;
  color: #272727;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-event-linklist > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-event-linklist > li > a {
    min-height: 4em;
    font-size: 11px;
    padding-right: 15px;
  }
}
.c-event-linklist > li > a:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #272727;
  border-right: 2px solid #272727;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-event-linklist > li > a:after {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .c-event-linklist > li > a:after {
    right: 15px;
  }
}
@media (hover: hover) {
  .c-event-linklist > li > a:hover:after {
    margin-top: 2px;
  }
}
.c-event-linklist > li.is-inactive > a {
  pointer-events: none;
  background: #ddd;
  opacity: 0.4;
}
.c-event-linklist.event02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .c-event-linklist.event02 {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-event-linklist.event02 {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .c-event-linklist.event02 > li {
    aspect-ratio: 5/1;
  }
}
@media screen and (max-width: 768px) {
  .c-event-linklist.event02 > li {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 1024px) {
  .c-event-linklist.event02 > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-event-linklist.event02 > li > a {
    font-size: 13px;
  }
}
.c-event-linklist.event03 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .c-event-linklist.event03 {
    grid-template-columns: 1fr;
  }
}
.c-event-linklist.event03 > li {
  aspect-ratio: 7/1;
}
@media screen and (max-width: 1024px) {
  .c-event-linklist.event03 > li {
    aspect-ratio: 6/1;
  }
}
@media screen and (max-width: 768px) {
  .c-event-linklist.event03 > li {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 768px) {
  .c-event-linklist.event03 > li > a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 320px) {
  .c-event-linklist.event03 > li > a {
    font-size: 11px;
  }
}
.c-event-linklist.col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .c-event-linklist.col2 {
    grid-template-columns: 1fr;
  }
}
.c-event-linklist.col2 > li {
  aspect-ratio: 7/1;
}
@media screen and (max-width: 1024px) {
  .c-event-linklist.col2 > li {
    aspect-ratio: 5/1;
  }
}
@media screen and (max-width: 768px) {
  .c-event-linklist.col2 > li {
    aspect-ratio: unset;
  }
}

.c-event-column {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-event-column {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.c-event-column .c-txt .c-table-clm tr > th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .c-event-column .c-txt .c-table-clm tr > th {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .c-event-column .c-txt .c-table-clm tr > * {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-event-column .c-txt .c-table-clm tr > *,
  .c-event-column .c-txt .c-table-clm tr > * * {
    font-size: 0.9rem;
  }
}
.c-event-column.column1 {
  grid-template-columns: 1fr;
}
.c-event-column.column-img {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-event-column.column-img {
    grid-template-columns: 1fr;
  }
}

.c-event-comingsoon {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  .c-event-comingsoon {
    padding: 3em 0;
  }
}
.c-event-comingsoon > p {
  font-size: 1.6rem;
  text-align: center;
}

.c-event01-img01 {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-event01-img01 {
    width: 90%;
    gap: 0;
  }
}

.c-event02-img01 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-event02-img01 {
    margin-bottom: 10px;
  }
}
.c-event02-img01 > img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .c-event02-img01 > img {
    width: 100%;
  }
}

.c-event02-img02 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-event02-img02 {
    margin-bottom: 10px;
  }
}
.c-event02-img02 > img {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .c-event02-img02 > img {
    width: 70%;
  }
}

.c-event02-img03 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-event02-img03 {
    margin-bottom: 10px;
  }
}
.c-event02-img03 > img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .c-event02-img03 > img {
    width: 80%;
  }
}

.c-event02-img04 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-event02-img04 {
    margin-bottom: 10px;
  }
}
.c-event02-img04 > img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .c-event02-img04 > img {
    width: 100%;
  }
}

.c-event02-buttons {
  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;
}
@media screen and (max-width: 768px) {
  .c-event02-buttons {
    display: block;
    text-align: center;
  }
}
.c-event02-buttons > li + li {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .c-event02-buttons > li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}
.c-event02-buttons > li.appStore img {
  width: 154px;
  height: 56px;
}
.c-event02-buttons > li.googlePlay img {
  width: 182px;
  height: 54px;
}

#event03_notes01 + .l-content__inner {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #event03_notes01 + .l-content__inner {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #event03_notes01 + .l-content__inner {
    margin-bottom: 50px;
  }
}

.c-cardlineup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-cardlineup {
    gap: 20px;
  }
}

.c-cardlineup__ttl {
  border: #000 3px solid;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .c-cardlineup__ttl {
    font-size: 1.1rem;
  }
}
.c-cardlineup__ttl.black {
  background: #000;
  color: #fff;
}

.c-cardlineup__stl {
  background: #eee;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0.3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .c-cardlineup__stl {
    font-size: 1rem;
  }
}

.c-cardlineup__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style: square inside;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .c-cardlineup__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
    margin: 0;
  }
}
.c-cardlineup__list + .c-cardlineup__stl {
  margin-top: 2em;
}

.c-tierlist .c-tierlist__ttl {
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .c-tierlist .c-tierlist__ttl {
    font-size: 1.1rem;
  }
}
.c-tierlist .c-tierlist__stl {
  background: #eee;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0.3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .c-tierlist .c-tierlist__stl {
    font-size: 1rem;
  }
}
.c-tierlist .c-tierlist__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 10px;
  margin: 0 15px;
}
@media screen and (max-width: 1024px) {
  .c-tierlist .c-tierlist__list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-tierlist .c-tierlist__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin: 0 10px;
  }
}
.c-tierlist .c-tierlist__list + .c-tierlist__stl {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .c-tierlist .c-tierlist__list + .c-tierlist__stl {
    margin-top: 50px;
  }
}

/*-------------------------------------------
player
-------------------------------------------*/
.l-player-read {
  padding-bottom: 0;
}
.l-player-read.comingsoon {
  padding-bottom: 60px;
}

.l-tab-player {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  overflow: hidden;
}
.l-tab-player .l-tab-list {
  position: relative;
  z-index: 2;
}
.l-tab-player .l-tab-list > ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .l-tab-player .l-tab-list > ul {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-player .l-tab-list > ul {
    gap: 5px;
  }
}
.l-tab-player .l-tab-list > ul > li {
  display: grid;
  place-content: center;
  border: #000 2px solid;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  cursor: pointer;
}
.l-tab-player .l-tab-list > ul > li > a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 25px 10px;
}
@media screen and (max-width: 768px) {
  .l-tab-player .l-tab-list > ul > li > a {
    font-size: 1rem;
    padding: 20px 5px;
  }
}
.l-tab-player .l-tab-list > ul > li.is-active {
  position: relative;
}
.l-tab-player .l-tab-list > ul > li.is-active:before, .l-tab-player .l-tab-list > ul > li.is-active:after {
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.l-tab-player .l-tab-list > ul > li.is-active:before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 33px;
  margin-left: -33px;
}
@media screen and (max-width: 1024px) {
  .l-tab-player .l-tab-list > ul > li.is-active:before {
    border-width: 31px;
    margin-left: -31px;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-player .l-tab-list > ul > li.is-active:before {
    border-width: 27px;
    margin-left: -27px;
  }
}
.l-tab-player .l-tab-list > ul > li.is-active:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 30px;
  margin-left: -30px;
}
@media screen and (max-width: 1024px) {
  .l-tab-player .l-tab-list > ul > li.is-active:after {
    border-width: 28px;
    margin-left: -28px;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-player .l-tab-list > ul > li.is-active:after {
    border-width: 24px;
    margin-left: -24px;
  }
}
.l-tab-player .l-tab-list > ul > li.teamwhite {
  background: #fff;
}
.l-tab-player .l-tab-list > ul > li.teamwhite > a {
  color: #000;
}
@media (hover: hover) {
  .l-tab-player .l-tab-list > ul > li.teamwhite:hover {
    background: #f8f8f8;
  }
}
@media screen and (hover: hover) and (max-width: 1024px) {
  .l-tab-player .l-tab-list > ul > li.teamwhite:hover {
    background: #fff;
  }
}
.l-tab-player .l-tab-list > ul > li.teamblack {
  background: #000;
}
.l-tab-player .l-tab-list > ul > li.teamblack > a {
  color: #fff;
}
@media (hover: hover) {
  .l-tab-player .l-tab-list > ul > li.teamblack:hover {
    background: #1e1e1e;
  }
}
@media screen and (hover: hover) and (max-width: 1024px) {
  .l-tab-player .l-tab-list > ul > li.teamblack:hover {
    background: #000;
  }
}
.l-tab-player .l-tab-list.tab-top > ul > li.is-active:before, .l-tab-player .l-tab-list.tab-top > ul > li.is-active:after {
  top: 100%;
}
.l-tab-player .l-tab-list.tab-top > ul > li.is-active.teamwhite:before {
  border-top-color: #000;
}
.l-tab-player .l-tab-list.tab-top > ul > li.is-active.teamwhite:after {
  border-top-color: #fff;
}
@media (hover: hover) {
  .l-tab-player .l-tab-list.tab-top > ul > li.is-active.teamwhite:hover:after {
    border-top-color: #f8f8f8;
  }
}
@media screen and (hover: hover) and (max-width: 1024px) {
  .l-tab-player .l-tab-list.tab-top > ul > li.is-active.teamwhite:hover:after {
    border-top-color: #fff;
  }
}
.l-tab-player .l-tab-list.tab-top > ul > li.is-active.teamblack:before {
  border-top-color: #000;
}
.l-tab-player .l-tab-list.tab-top > ul > li.is-active.teamblack:after {
  border-top-color: #000;
}
@media (hover: hover) {
  .l-tab-player .l-tab-list.tab-top > ul > li.is-active.teamblack:hover:after {
    border-top-color: #1e1e1e;
  }
}
@media screen and (hover: hover) and (max-width: 1024px) {
  .l-tab-player .l-tab-list.tab-top > ul > li.is-active.teamblack:hover:after {
    border-top-color: #000;
  }
}
.l-tab-player .l-tab-list.tab-bottom > ul > li.is-active:before, .l-tab-player .l-tab-list.tab-bottom > ul > li.is-active:after {
  bottom: 100%;
}
.l-tab-player .l-tab-list.tab-bottom > ul > li.is-active.teamwhite:before {
  border-bottom-color: #000;
}
.l-tab-player .l-tab-list.tab-bottom > ul > li.is-active.teamwhite:after {
  border-bottom-color: #fff;
}
@media (hover: hover) {
  .l-tab-player .l-tab-list.tab-bottom > ul > li.is-active.teamwhite:hover:after {
    border-bottom-color: #f8f8f8;
  }
}
.l-tab-player .l-tab-list.tab-bottom > ul > li.is-active.teamblack:before {
  border-bottom-color: #000;
}
.l-tab-player .l-tab-list.tab-bottom > ul > li.is-active.teamblack:after {
  border-bottom-color: #000;
}
@media (hover: hover) {
  .l-tab-player .l-tab-list.tab-bottom > ul > li.is-active.teamblack:hover:after {
    border-bottom-color: #1e1e1e;
  }
}
.l-tab-player .l-tab-panel {
  display: none;
  padding: 60px 30px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .l-tab-player .l-tab-panel {
    padding: 40px 20px;
  }
}
.l-tab-player .l-tab-panel.is-active {
  display: block;
  -webkit-animation-name: fadeInPanel;
          animation-name: fadeInPanel;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeInPanel {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInPanel {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-tab-player .l-tab-panel > *:last-child {
  margin-bottom: 0;
}

.c-title__player {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px 10px;
}
@media screen and (max-width: 1024px) {
  .c-title__player {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title__player {
    font-size: 1.3rem;
  }
}

.c-player-list .c-acc__block .c-acc__content .c-player-detail {
  width: 100%;
  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;
}
@media screen and (max-width: 768px) {
  .c-player-list .c-acc__block .c-acc__content .c-player-detail {
    display: block;
  }
}
.c-player-list .c-acc__block .c-acc__content .c-player-detail .c-img01 {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .c-player-list .c-acc__block .c-acc__content .c-player-detail .c-img01 {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .c-player-list .c-acc__block .c-acc__content .c-player-detail .c-img01 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.c-player-list .c-acc__block .c-acc__content .c-player-detail .c-img01 > img {
  width: 160px;
}
@media screen and (max-width: 1024px) {
  .c-player-list .c-acc__block .c-acc__content .c-player-detail .c-img01 > img {
    width: 150px;
  }
}
.c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1024px) {
  .c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 768px) {
  .c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 {
    width: 100%;
  }
}
.c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 .c-table-clm {
  margin-bottom: 0;
}
.c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 .c-table-clm tr > * {
  border: none;
  border-top: #000 dashed 2px;
  border-bottom: #000 dashed 2px;
}
@media screen and (max-width: 768px) {
  .c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 .c-table-clm tr > * {
    font-size: 0.9rem;
    padding: 10px;
  }
}
.c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 .c-table-clm tr > th {
  width: 20%;
  position: relative;
  white-space: nowrap;
}
.c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 .c-table-clm tr > th:before, .c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 .c-table-clm tr > th:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: #fff;
}
.c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 .c-table-clm tr > th:before {
  top: 0;
}
.c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 .c-table-clm tr > th:after {
  bottom: 0;
}
.c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 .c-table-clm tr > td {
  width: 80%;
  background: #fff;
}
.c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 .c-table-clm tr > td .c-link-arrow02 {
  color: #000;
  text-decoration: none;
}
.c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 .c-table-clm tr > td .c-link-arrow02:after {
  border-color: #000;
}
.c-player-list .c-acc__block .c-acc__content .c-player-detail .c-text01 .c-table-clm.comingsoon tr > * {
  width: 50%;
}
.c-player-list + .c-title__player {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .c-player-list + .c-title__player {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-player-list + .c-title__player {
    margin-top: 30px;
  }
}

/*-------------------------------------------
goods
-------------------------------------------*/
.c-goods-img01 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-goods-img01 {
    margin-bottom: 10px;
  }
}
.c-goods-img01 > img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .c-goods-img01 > img {
    width: 100%;
  }
}

.c-goods-img02 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-goods-img02 {
    margin-bottom: 10px;
  }
}
.c-goods-img02 > img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .c-goods-img02 > img {
    width: 100%;
  }
}

.c-goods-img03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 20px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .c-goods-img03 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c-goods-img03 > figure:nth-child(3) {
    grid-column: 1/span 2;
  }
}

.c-goods-table01 tr > th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .c-goods-table01 tr > th {
    width: 25%;
  }
}

/*-------------------------------------------
gourmet
-------------------------------------------*/
.l-gourmet-read {
  padding-bottom: 0;
}

.l-tab-gourmet {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  overflow: hidden;
}
.l-tab-gourmet .l-tab-list {
  position: relative;
  z-index: 2;
}
.l-tab-gourmet .l-tab-list > ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
.l-tab-gourmet .l-tab-list > ul > li {
  display: grid;
  place-content: center;
  border: #000 2px solid;
  cursor: pointer;
}
.l-tab-gourmet .l-tab-list > ul > li > a {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 25px 10px;
}
@media screen and (max-width: 768px) {
  .l-tab-gourmet .l-tab-list > ul > li > a {
    padding: 20px 5px;
  }
}
.l-tab-gourmet .l-tab-list > ul > li.is-active {
  position: relative;
}
.l-tab-gourmet .l-tab-list > ul > li.is-active:before, .l-tab-gourmet .l-tab-list > ul > li.is-active:after {
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.l-tab-gourmet .l-tab-list > ul > li.is-active:before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 33px;
  margin-left: -33px;
}
@media screen and (max-width: 1024px) {
  .l-tab-gourmet .l-tab-list > ul > li.is-active:before {
    border-width: 31px;
    margin-left: -31px;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-gourmet .l-tab-list > ul > li.is-active:before {
    border-width: 27px;
    margin-left: -27px;
  }
}
.l-tab-gourmet .l-tab-list > ul > li.is-active:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 30px;
  margin-left: -30px;
}
@media screen and (max-width: 1024px) {
  .l-tab-gourmet .l-tab-list > ul > li.is-active:after {
    border-width: 28px;
    margin-left: -28px;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-gourmet .l-tab-list > ul > li.is-active:after {
    border-width: 24px;
    margin-left: -24px;
  }
}
.l-tab-gourmet .l-tab-list > ul > li.teamwhite {
  background: #fff;
}
.l-tab-gourmet .l-tab-list > ul > li.teamwhite > a {
  color: #000;
}
@media (hover: hover) {
  .l-tab-gourmet .l-tab-list > ul > li.teamwhite:hover {
    background: #f8f8f8;
  }
}
@media screen and (hover: hover) and (max-width: 1024px) {
  .l-tab-gourmet .l-tab-list > ul > li.teamwhite:hover {
    background: #fff;
  }
}
.l-tab-gourmet .l-tab-list > ul > li.teamblack {
  background: #000;
}
.l-tab-gourmet .l-tab-list > ul > li.teamblack > a {
  color: #fff;
}
@media (hover: hover) {
  .l-tab-gourmet .l-tab-list > ul > li.teamblack:hover {
    background: #1e1e1e;
  }
}
@media screen and (hover: hover) and (max-width: 1024px) {
  .l-tab-gourmet .l-tab-list > ul > li.teamblack:hover {
    background: #000;
  }
}
.l-tab-gourmet .l-tab-list.tab-top > ul > li.is-active:before, .l-tab-gourmet .l-tab-list.tab-top > ul > li.is-active:after {
  top: 100%;
}
.l-tab-gourmet .l-tab-list.tab-top > ul > li.is-active.teamwhite:before {
  border-top-color: #000;
}
.l-tab-gourmet .l-tab-list.tab-top > ul > li.is-active.teamwhite:after {
  border-top-color: #fff;
}
@media (hover: hover) {
  .l-tab-gourmet .l-tab-list.tab-top > ul > li.is-active.teamwhite:hover:after {
    border-top-color: #f8f8f8;
  }
}
@media screen and (hover: hover) and (max-width: 1024px) {
  .l-tab-gourmet .l-tab-list.tab-top > ul > li.is-active.teamwhite:hover:after {
    border-top-color: #fff;
  }
}
.l-tab-gourmet .l-tab-list.tab-top > ul > li.is-active.teamblack:before {
  border-top-color: #000;
}
.l-tab-gourmet .l-tab-list.tab-top > ul > li.is-active.teamblack:after {
  border-top-color: #000;
}
@media (hover: hover) {
  .l-tab-gourmet .l-tab-list.tab-top > ul > li.is-active.teamblack:hover:after {
    border-top-color: #1e1e1e;
  }
}
@media screen and (hover: hover) and (max-width: 1024px) {
  .l-tab-gourmet .l-tab-list.tab-top > ul > li.is-active.teamblack:hover:after {
    border-top-color: #000;
  }
}
.l-tab-gourmet .l-tab-list.tab-bottom > ul > li.is-active:before, .l-tab-gourmet .l-tab-list.tab-bottom > ul > li.is-active:after {
  bottom: 100%;
}
.l-tab-gourmet .l-tab-list.tab-bottom > ul > li.is-active.teamwhite:before {
  border-bottom-color: #000;
}
.l-tab-gourmet .l-tab-list.tab-bottom > ul > li.is-active.teamwhite:after {
  border-bottom-color: #fff;
}
@media (hover: hover) {
  .l-tab-gourmet .l-tab-list.tab-bottom > ul > li.is-active.teamwhite:hover:after {
    border-bottom-color: #f8f8f8;
  }
}
.l-tab-gourmet .l-tab-list.tab-bottom > ul > li.is-active.teamblack:before {
  border-bottom-color: #000;
}
.l-tab-gourmet .l-tab-list.tab-bottom > ul > li.is-active.teamblack:after {
  border-bottom-color: #000;
}
@media (hover: hover) {
  .l-tab-gourmet .l-tab-list.tab-bottom > ul > li.is-active.teamblack:hover:after {
    border-bottom-color: #1e1e1e;
  }
}
.l-tab-gourmet .l-tab-panel {
  display: none;
  padding: 60px 30px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .l-tab-gourmet .l-tab-panel {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-gourmet .l-tab-panel {
    padding: 40px 10px;
  }
}
.l-tab-gourmet .l-tab-panel.is-active {
  display: block;
  -webkit-animation-name: fadeInPanel;
          animation-name: fadeInPanel;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  border-width: 10px;
  border-style: solid;
}
.l-tab-gourmet .l-tab-panel.is-active.teamwhite {
  border-color: #fff;
}
.l-tab-gourmet .l-tab-panel.is-active.teamblack {
  border-color: #000;
}
@keyframes fadeInPanel {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-tab-gourmet .l-tab-panel > *:last-child {
  margin-bottom: 0;
}
.l-tab-gourmet + .u-taC {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-tab-gourmet + .u-taC {
    margin: 20px 20px 0;
  }
}

.c-title__gourmet {
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1em;
}

.c-gourmet-img01 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-gourmet-img01 {
    margin-bottom: 10px;
  }
}
.c-gourmet-img01 > img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .c-gourmet-img01 > img {
    width: 100%;
  }
}

.c-gourmet-img02 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-gourmet-img02 {
    margin-bottom: 10px;
  }
}
.c-gourmet-img02 > img {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .c-gourmet-img02 > img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-gourmet-table01 tr > *,
  .c-gourmet-table01 tr > * * {
    font-size: 1.2rem;
  }
}
.c-gourmet-table01 tr > th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .c-gourmet-table01 tr > th {
    width: 25%;
  }
}

.c-gourmet01-buttons {
  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;
}
@media screen and (max-width: 1024px) {
  .c-gourmet01-buttons {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .c-gourmet01-buttons > li {
    text-align: center;
  }
}
.c-gourmet01-buttons > li + li {
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  .c-gourmet01-buttons > li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-gourmet01-buttons > li + li {
    margin-top: 5px;
  }
}

/*-------------------------------------------
fanclub
-------------------------------------------*/
.c-fanclub-img01 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-fanclub-img01 {
    margin-bottom: 10px;
  }
}
.c-fanclub-img01 img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .c-fanclub-img01 img {
    width: 100%;
  }
}

.c-fanclub-table01 tr > th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .c-fanclub-table01 tr > th {
    width: 25%;
  }
}

/*-------------------------------------------
schedule
-------------------------------------------*/
.c-schedule-caption {
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  .c-schedule-caption {
    width: 96%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-schedule-caption {
    margin: 0 auto 10px;
  }
}
.c-schedule-caption > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .c-schedule-caption > ul {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-schedule-caption > ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}
.c-schedule-caption > ul > li {
  border: #000 3px solid;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .c-schedule-caption > ul > li {
    font-size: 0.8rem;
    padding: 5px;
  }
}
.c-schedule-caption > ul > li.white {
  background: #fff;
  color: #000;
}
.c-schedule-caption > ul > li.black {
  background: #000;
  color: #fff;
}

.c-schedule-timetable > img {
  width: 100%;
}/*# sourceMappingURL=content.css.map */