@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: "";
}

a,
input,
select,
textarea,
button {
  outline: none;
}

abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

/*　************** ブレックス様 編集用 ************** */
/* 【イベントタグ】 */
.tag.red {
  background-color: #dc0017;
}

.tag.right-blue,
.tag.light-blue {
  background-color: #26a6f7;
}

.tag.green {
  background-color: #007041;
}

.tag.pink {
  background-color: #ff70ea;
}

.tag.orange {
  background-color: orange;
}

/* 【座席の色】 */
/* ***** brex arena ***** */
.seat01 {
  background-color: #980001;
}

.seat02 {
  background-color: #d0191e;
}

.seat03 {
  background-color: #e84e40;
}

.seat04 {
  background-color: #e96f5d;
}

.seat05 {
  background-color: #fe9b9e;
}

.seat06 {
  background-color: #f29ec4;
}

.seat07 {
  background-color: #fbcf01;
}

.seat08 {
  background-color: #eb7f24;
}

.seat09 {
  background-color: #b8d400;
}

.seat10 {
  background-color: #244793;
}

.seat11 {
  background-color: #1f81c4;
}

.seat12 {
  background-color: #01a5b2;
}

.seat13 {
  background-color: #838b96;
}

.seat14 {
  background-color: #867453;
}

.seat15 {
  background-color: #c19fc8;
}

.seat16 {
  background-color: #9fb9e0;
}

.seat17 {
  background-color: #03cd6e;
}

/* ***** nikkan arena ***** */
.nikkan01 {
  background-color: #e94d40;
}

.nikkan02 {
  background-color: #e37962;
}

.nikkan03 {
  background-color: #fccf00;
}

.nikkan04 {
  background-color: #ee7f23;
}

.nikkan05 {
  background-color: #244793;
}

.nikkan06 {
  background-color: #00a7b3;
}

.nikkan07 {
  background-color: #007600;
}

/*　************** ブレックス様 編集用 ************** */

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

/*common*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&Safari */
}

a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&Safari */
}

.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

button {
  padding: 0;
  border: none;
  outline: none;
}

.text_blue {
  color: blue;
}

.tdU {
  border-bottom: 1px #12315a solid;
  color: #12315a;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #000;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.font_Anton {
  font-family: "Anton", sans-serif;
}

/*** スマホ***/
@media screen and (max-width: 1000px) {
  html {
    font-size: 0.8333vw;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.6rem;
  }

  .pc {
    display: none;
  }
}

/* !brex_lp_wrapper
---------------------------------------------------------- */
#brex_lp_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

#header .cv {
  position: fixed;
  right: 7rem;
  bottom: 4.5rem;
  z-index: 99;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #brex_lp_wrapper {
    padding-bottom: 6.5rem;
  }

  #header .cv {
    right: 0;
    bottom: 0;
    width: 100vw;
  }
}

/* !common
---------------------------------------------------------- */
#mainVisual img {
  width: 100%;
}

.brex_lp_inner {
  margin: 0 auto;
  width: 90rem;
  max-width: calc(100% - 32px);
}

.brex_lp_inner.inner2 {
  max-width: 72rem;
}

.brex_lp_inner.inner3 {
  max-width: 90rem;
}

.anchors {
  padding: 8rem 0 0;
  text-align: center;
}

.anchors .title {
  margin-bottom: 2.4rem;
  line-height: 1.3;
  color: #002946;
  font-size: 2.4rem;
  font-weight: 700;
}

.anchors .title span {
  display: inline-block;
  padding: 0 2.4rem 2.4rem;
  border-bottom: 1px solid #003557;
}

.anchors ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.anchors li {
  width: calc(100% / 6 - 0.6rem);
}

.anchors li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 1.6rem 0 2rem;
  height: 10.5rem;
  background: url("../image/icon/arrow/arrow-down.svg") no-repeat center 90% #ffcf00;
  border: 1px solid #002946;
  box-shadow: 2px 2px 0 #002946;
  box-sizing: border-box;
  color: #002946;
  font-size: 1.8rem;
  font-weight: 700;
}

.anchors li img {
  height: 35px;
}

.brex_lp_hdL {
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1.15;
  color: #002946;
}

.brex_lp_hdL:after {
  content: "";
  display: block;
  margin: 1rem auto 0;
  max-width: 6.5rem;
  border-bottom: 2px solid #ffcf00;
}

.brex_lp_hdL .eng {
  display: block;
  text-transform: uppercase;
  font-size: 6.4rem;
}

.brex_lp_hdL .jap {
  display: block;
  font-weight: 700;
}

.brex_lp_hdM {
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 1rem) 100%, 0% 100%);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 3.2rem;
  padding: 0 2.4rem;
  min-height: 3.2rem;
  min-width: 33.3rem;
  background: #002946;
  box-sizing: border-box;
  color: #fff;
}

.brex_lp_hdM:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.8rem;
  background: #ffcf00;
  border-right: 1px solid #fff;
}

.brex_lp_hdM.date {
  min-width: inherit;
  font-size: 1.8rem;
}

.brex_lp_hdM b {
  font-weight: 700;
}

.brex_lp_hdM .eng {
  line-height: 0.6;
  color: rgba(255, 255, 255, 0.2);
  font-size: 3.4rem;
}

.brex_lp_btn {
  margin-top: 2.4rem;
  text-align: center;
}

.brex_lp_btn img {
  width: 33.2rem;
}

.bgYellow {
  background: #ffcf00;
}

.bgYellow .brex_lp_hdL:after {
  border-color: #fff;
}

.bgBlue {
  background: #002946;
  color: #fff;
}

.bgBlue .brex_lp_hdL {
  color: #fff;
}

.colorBlack {
  color: #000;
}

.hide {
  display: none !important;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb40 {
  margin-bottom: 4rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .brex_lp_inner {
    padding: 0 1.6rem;
  }

  .anchors li {
    margin: 0 0 0.6rem;
    width: calc(100% / 3 - 0.6rem);
  }

  .anchors li a {
    padding: 1.6rem 0 2rem;
    height: 9.8rem;
    background: url(../image/icon/arrow/arrow-down.svg) no-repeat center 95% #ffcf00;
    background-size: 1.7rem;
    font-size: 1.6rem;
  }

  .brex_lp_hdL {
    margin-bottom: 3.2rem;
  }

  .brex_lp_hdM {
    margin-bottom: 2.8rem;
    padding: 0 2rem 0 2.4rem;
    min-width: 30rem;
  }

  .brex_lp_hdM .eng {
    margin-left: 2rem;
    font-size: 3.2rem;
  }
}

/* !matchInfo
---------------------------------------------------------- */
.bg_match {
  background-image: url(../image/background/bg-match-pc.jpg);
}

#matchInfo .logo_box {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  color: #003557;
  padding: 32px 0 64px;
  gap: 20px;
}

#matchInfo .logo_box .brex_box,
#matchInfo .logo_box .away_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 180px;
}

#matchInfo .logo_box img {
  width: 180px;
}

#matchInfo .logo_box .brex_name,
#matchInfo .logo_box .away_name {
  font-weight: 700;
  font-size: 20px;
}

#matchInfo .vs {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
}

.match_container {
  padding: 4rem 0;
  background: #ffcf00;
  color: #002946;
}

.match_container .brex_lp_inner {
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

.info_ticket {
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
  flex-wrap: wrap;
  gap: 20px;
}

.info_ticket li {
  margin: 0 3.8rem;
  text-align: center;
}

.info_ticket .presents {
  width: 273px;
  max-width: 100%;
  margin-bottom: 2.2rem;
}

.info_ticket .presents img {
  width: 100%;
}

.info_ticket .presents p {
  /*color: #fff;*/
  color: #12315a;
  font-size: 24px;
}

.info_ticket .date {
  line-height: 1;
  font-size: 3.2rem;
}

.info_ticket .date .day {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1.6rem;
  font-size: 10rem;
}

.info_ticket .date .week {
  padding: 0 0 1rem 1rem;
  font-size: 3.2rem;
}

.info_ticket .date .sat {
  color: #000aff;
}

.info_ticket .date .sun {
  color: #f00;
}

.info_ticket .btn {
  margin-top: 1.6rem;
}

.info .info_sponsors {
  margin-top: 3.2rem;
}

.info_sponsors {
  padding: 2.4rem 0;
  background: #fff;
  text-align: center;
}

.info_sponsors h3 {
  margin-bottom: 0.8rem;
  line-height: 1.5;
  color: #003557;
  font-size: 3.2rem;
}

.info_sponsors ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.info_sponsors li {
  margin: 0 0.8rem;
  width: 240px;
  max-width: 100%;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #matchInfo {
    background-image: url(../image/background/bg-match-sp.jpg);
  }

  #matchInfo .logo_box {
    padding: 40px 0;
  }

  #matchInfo .logo_box .brex_box,
  #matchInfo .logo_box .away_box {
    height: 138px;
  }

  #matchInfo .logo_box img {
    width: 120px;
  }

  #matchInfo .logo_box .brex_name,
  #matchInfo .logo_box .away_name {
    font-size: 12px;
  }

  #matchInfo .vs {
    font-size: 24px;
  }

  .info_ticket li {
    margin: 0;
    width: 160px;
  }

  .info_ticket .presents {
    width: 16rem;
    margin-bottom: 1.6rem;
  }

  .info_ticket .presents p {
    font-size: 16px;
  }

  .info_ticket .date {
    font-size: 2.4rem;
  }

  .info_ticket .date .day {
    margin-bottom: 0.8rem;
    font-size: 5.6rem;
  }

  .info_ticket .date .week {
    font-size: 2.4rem;
  }

  .info_ticket .date .time {
    padding-right: 0;
  }

  .info_sponsors h3 {
    font-size: 2.4rem;
  }

  .info_sponsors ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .info_sponsors li {
    margin: 0;
    width: 152px;
    max-width: 100%;
  }
}

/* !event
---------------------------------------------------------- */
#event {
  padding-top: 8rem;
  font-family: "Noto Sans JP";
}

#event .event_box {
  position: relative;
}

#event .display {
  /* position: relative; */
  display: flex;
  border: 2.4px solid #002946;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
}

#event .display .info,
#event .display_small .info {
  width: 61%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  font-family: "Noto Sans JP";
}

#event .display .img,
#event .display_small .img {
  width: 39%;
}

#event .date,
#event .fancyboxBox .date {
  background-color: #003557;
  color: #ffd900;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-family: "Noto Sans JP";
}

#event .display .text_box {
  padding: 2rem;
}

#event .tag_box {
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
}

#event .major_event .text_box span {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 4.8px;
  line-height: 1;
}

#event .middle_event_container .text_box span {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 4.8px;
  line-height: 1;
}

#event .major_event .text_box p {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  text-align: start;
  font-family: "Noto Sans JP";
  line-clamp: 5;
  -webkit-line-clamp: 5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

#event .more {
  border: 2px solid #003557;
  background: #ffd900;
  background-image: url(../image/icon/ico-plus.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #003557;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
  display: block;
}

.event_container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

#event .middle_event_container {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}

#event .display_col {
  width: 284px;
  border: 2.4px solid #002946;
  box-sizing: border-box;
  background-color: #fff;
}

#event .display_small {
  display: flex;
  width: 438px;
  max-width: 100%;
  border: 2.4px solid #002946;
  box-sizing: border-box;
  background-color: #fff;
}

#event .middle_event_container .text_box {
  padding: 1.3rem 1.6rem;
}

#event .middle_event_container .text_box p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  text-align: start;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

#event .middle_event_container .date {
  font-size: 18px;
}

#event .middle_event_container .more {
  font-size: 14px;
}

/*------- pop over -------*/
.fancyboxBox {
  max-width: 37rem;
  max-height: 65rem;
}

@media screen and (max-width: 768px) {
  .fancyboxBox {
    max-width: 30rem;
    max-height: 90vh;
  }
}

.fancyboxBox .fancyboxDisplay {
  position: relative;
  border: 2.4px solid #002946;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* 高さを100%に設定 */
}

#event .fancyboxBox::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.fancyboxBox .fancyboxDisplay .content {
  flex: 1;
  font-size: 1.4rem;
  overflow-y: auto;
  max-height: calc(90vh - 60px);
}

.fancyboxBox .fancyboxDisplay .date {
  background-color: #003557;
  color: #ffd900;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.fancyboxBox .fancyboxDisplay .text_box {
  padding: 2rem 2rem 0;
}

.fancyboxBox .fancyboxDisplay .tag_box {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.fancyboxDisplay .text_box .tag_box span {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 4.8px;
  line-height: 1;
}

.fancyboxDisplay .text_box .tag_box span {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 4.8px;
  line-height: 1;
}

.fancyboxBox .fancyboxDisplay .tit {
  margin-bottom: 0.8rem;
  font-weight: 700;
  font-size: 2.4rem;
}

.fancyboxBox .fancyboxDisplay .horizontal_line {
  display: block;
  height: 1.4px;
  background-color: #003557;
  width: 100%;
}

.fancyboxBox .fancyboxDisplay .txt {
  margin: 1rem 0;
}

.fancyboxDisplay .close {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
}

.fancyboxDisplay .close a {
  border: 2px solid #003557;
  background: #ffd900;
  color: #003557;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
  width: 100%;
  display: block;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #event {
    padding: 8rem 0 1rem;
  }

  #event .display {
    display: block;
  }

  #event .display .img {
    width: 100%;
  }

  #event .display .info {
    width: auto;
  }

  #event .middle_event_container {
    justify-content: center;
    gap: 12px;
  }

  #event .display_col {
    width: 165px;
  }

  #event .middle_event_container .date {
    font-size: 14px;
  }

  #event .middle_event_container .text_box {
    font-size: 14px;
    padding: 0.8rem;
  }

  #event .display_small {
    width: 358px;
  }

  #event .middle_event_container .text_box span {
    font-size: 10px;
    padding: 4px 4px;
  }

  #event .major_event .text_box p {
    font-size: 18px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }

  #event .middle_event_container .text_box p {
    font-size: 14px;
  }

  #event .more {
    border: 1px solid #003557;
    background: #ffd900;
    background-size: 15px;
    background-image: url(../image/icon/ico-plus.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #003557;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    box-sizing: border-box;
    font-family: "Noto Sans JP";
    display: block;
  }
}

/* !timetable
---------------------------------------------------------- */
.timetable {
  padding: 8rem 0;
}

.timetable .brex_lp_hdL {
  margin-bottom: 0.8rem;
}

.timetable .brex_lp_inner {
  max-width: calc(100% - 24px);
  width: 72rem;
}

.square {
  width: 1000px;
  height: 1000px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabWrap {
  width: 780px;
  max-width: 100%;
  margin: auto;
}

.square .clubrex {
  margin-bottom: 1.6rem;
  text-align: center;
}

.square .clubrex span {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: #002946;
  border: 1px solid #ffcf00;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  box-shadow: 2px 2px 0px 0px #fff;
}

.time_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 1.6rem;
}

.timeAnchors {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}

.timeAnchors li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeAnchors li.blackSt {
  background: #000;
  width: 118px;
  max-width: 100%;
  border: 1px solid white;
  height: 67.8px;
}

.timeAnchors li.graySt {
  background: #717171;
  width: 118px;
  max-width: 100%;
  border: 1px solid white;
  height: 67.8px;
}

.timeAnchors li.navySt {
  background: #003557;
  width: 118px;
  max-width: 100%;
  border: 1px solid white;
  height: 67.8px;
}

.rows {
  background: #fff;
  border: 1px solid #fff;
  color: #002946;
}

.rows div {
  padding: 7px 6px;
}

.rows ul {
  display: flex;
  gap: 3px;
}

.rows li {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

.rows .text_navy {
  color: #003557 !important;
}

.rows .p16 {
  padding: 3.5px 6px;
}

.rows .p10 {
  padding: 5px 10px;
}

.rows li:nth-of-type(1) {
  background: #ffd800;
}

.rows li:nth-of-type(2) {
  background: #2ca6e1;
}

.rows li:nth-of-type(3) {
  background: #b61f22;
}

.rows li:nth-of-type(4) {
  background: #007041;
}

.rows .time {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #003557;
  font-size: 18px;
}

.timeAnchors li .tit {
  font-size: 1.4rem;
  font-weight: 700;
}

.timeAnchors li .time {
  font-size: 1.8rem;
}

.timetable .timeTab {
  display: flex;
  justify-content: space-between;
}

.timetable .timeTab li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  width: calc(50% - 0.5rem);
  height: 5.2rem;
  background: #efefef;
  color: #8a8a8a;
  font-size: 2.4rem;
}

.timetable .timeTab li.onActive {
  margin-bottom: 0;
  height: 6rem;
  background: #002946;
  color: #fff;
  font-size: 3.2rem;
}

.timetable .bg {
  padding: 3rem 3.2rem;
  background: #002946;
  color: #fff;
}

.timetable .table01 * {
  box-sizing: border-box;
}

.timetable .table01 dl {
  display: flex;
  margin-bottom: 0.5rem;
  background: #efefef;
  color: #002946;
}

.timetable .table01 dt {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  clip-path: polygon(0% 0%, calc(100% - 1.6rem) 0%, 100% 50%, calc(100% - 1.6rem) 100%, 0% 100%);
  position: relative;
  width: 11.5rem;
  background: #ffcf00;
  font-family: "Anton", sans-serif;
  font-size: 1.8rem;
}

.timetable .table01 dt .around {
  font-size: 1.2rem;
  font-weight: 700;
}

.timetable .table01 dd {
  padding: 1rem 2rem;
  width: calc(100% - 11.5rem);
  font-size: 1.5rem;
  font-weight: 700;
}

.timetable .table01 dd .buy_ticket_btn {
  font-size: 1.2rem;
  text-decoration: underline !important;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  line-height: 1.4;
}
.timetable .table01 dd .buy_ticket_btn img {
  width: 0.45rem;
}

.timetable .note {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .timetable {
    padding: 4rem 0;
  }

  .timeAnchors {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    width: 100%;
  }

  .time_box {
    flex-direction: column;
    gap: 6px;
  }

  .timeAnchors li.blackSt,
  .timeAnchors li.graySt,
  .timeAnchors li.navySt {
    width: 92px;
    height: 54px;
  }

  .rows {
    width: 100%;
  }

  .rows ul {
    justify-content: center;
  }

  .rows li {
    font-size: 14px;
  }

  .timeAnchors li .tit {
    font-size: 1.1rem;
  }

  .timeAnchors li .time {
    font-size: 1.4rem;
  }

  .timeAnchors li.rows li {
    font-size: 1rem;
  }

  .timetable .timeTab li {
    margin-bottom: 0.4rem;
    height: 4.6rem;
  }

  .timetable .timeTab li.onActive {
    height: 5rem;
    font-size: 2.8rem;
  }

  .timetable .bg {
    padding: 2.4rem;
  }

  .timetable .table01 dt {
    padding: 0.8rem 1.6rem;
    clip-path: polygon(0% 0%, calc(100% - 1.6rem) 0%, 100% 50%, calc(100% - 1.6rem) 100%, 0% 100%);
    width: 8.6rem;
    font-size: 1.6rem;
  }

  .timetable .table01 dd {
    padding: 1rem 1.2rem;
    width: calc(100% - 7.6rem);
    align-items: center;
  }

  .timetable .note {
    margin-top: 1.6rem;
  }
}

/* !preview
---------------------------------------------------------- */
.preview {
  padding: 8rem 0;
}

.preview .brex_lp_inner.inner3 {
  width: 90rem;
  max-width: calc(100% - 30px);
}

.preview .display {
  display: flex;
  border: 2px solid #002946;
  box-shadow: 4px 4px 0px 0px #002946;
}

.preview .display .img {
  width: 50%;
}

.preview .display .info {
  padding: 4rem 2.4rem 4rem 4rem;
  width: 50%;
  background: #fff;
}

.preview .scrollbar {
  overflow-y: scroll;
  padding-right: 1.6rem;
  max-height: 33rem;
}

.scrollbar::-webkit-scrollbar {
  width: 5px;
}

.preview .scrollbar::-webkit-scrollbar-track {
  background: #003557;
}

.preview .scrollbar::-webkit-scrollbar-thumb {
  background: #ffcf00;
}

.preview .scrollbar::-webkit-scrollbar-thumb:hover {
  background: #ff9900;
}

.preview .display .tit {
  margin-bottom: 0.8rem;
  line-height: 1.3;
  font-weight: 700;
}

.preview .display .txt {
  font-size: 1.4rem;
  font-weight: 500;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .preview {
    padding: 4rem 0;
  }

  .preview .brex_lp_hdL .eng {
    font-size: 6rem;
  }

  .preview .display {
    display: block;
  }

  .preview .display .img {
    width: 100%;
  }

  .preview .display .info {
    padding: 2.4rem 1.6rem 2.4rem 2.4rem;
    width: auto;
  }

  .preview .scrollbar {
    max-height: 21rem;
  }
}

/* !brex_lp_player
---------------------------------------------------------- */
.brex_lp_player {
  padding: 8rem 0;
}

.brex_lp_playerNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 9rem auto 0;
  gap: 22px;
}

.brex_lp_playerNav li button {
  padding: 0;
  border: none;
  outline: none;
  width: 131px;
  cursor: pointer;
  background-color: unset;
  color: #003557;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
}

.brex_lp_playerNav button p {
  margin-top: 4px;
}

.brex_lp_playerNav button img {
  border: 1px solid #003557;
  box-shadow: 0px 2px 0px 0px #003557;
}

.player_modal {
  width: 720px;
  height: fit-content;
  max-width: calc(100% - 30px);
  border: 2px solid #003557;
  background-color: white;
  margin: auto;
}

.player_modal::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.player_modal .display {
  display: flex;
  gap: 16px;
  padding: 24px;
}

.player_modal .display img {
  width: 338px;
}

.player_modal .img_bottom {
  background: #ffd900;
  color: #003557;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  padding: 4px 0;
}

.player_modal .img_bottom .position {
  font-size: 20px;
}

.player_modal .player_info .title {
  color: #003557;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.player_modal .player_info {
  width: 338px;
}

.player_modal .player_info .profile {
  width: 250px;
  margin: 12px auto 0;
}

.player_modal .player_info .profile .min_title {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  color: #003557;
  text-align: center;
  font-family: Anton;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}

.player_modal .player_info .profile span {
  display: block;
  width: 250px;
  max-width: 100%;
  height: 2px;
  background-color: #003557;
}

.profile_detail li {
  display: flex;
  gap: 8px;
  justify-content: start;
  align-items: center;
  margin-bottom: 18px;
}

.profile_detail .item {
  color: #003557;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  background-color: #f1f1f1;
  width: 78px;
  padding: 2px 8px;
  text-align: center;
}

.profile_detail .item_txt {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}

.player_modal .close_btn {
  border: 2px solid #003557;
  background: #ffd900;
  color: #003557;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  font-family: "Noto Sans JP";
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .brex_lp_player {
    padding: 4rem 0;
  }

  .brex_lp_playerNav {
    gap: 8px;
    justify-content: center;
    margin: 4rem auto 0;
  }

  .brex_lp_playerNav li button {
    width: 108px;
  }

  .player_modal {
    max-height: 56rem;
    max-width: 30rem;
  }

  .player_modal .display {
    flex-direction: column;
    padding: 2rem;
  }

  .player_modal .display img {
    width: 250px;
  }

  .player_modal .img_bottom {
    font-size: 20px;
    padding: 4px 0;
    width: 250px;
  }

  .player_modal .img_bottom .position {
    font-size: 16px;
  }

  .player_modal .player_info .title {
    font-size: 16px;
  }

  .player_modal .player_info {
    width: 250px;
  }

  .player_modal .player_info .profile {
    width: 250px;
    margin: 12px auto 0;
  }

  .player_modal .player_info .profile .min_title {
    font-size: 20px;
    margin-top: 16px;
  }

  .player_modal .player_info .profile span {
    display: block;
    width: 250px;
    max-width: 100%;
    height: 2px;
    background-color: #003557;
  }

  .profile_detail li {
    display: flex;
    gap: 8px;
    justify-content: start;
    align-items: center;
    margin-bottom: 18px;
  }

  .profile_detail .item {
    font-size: 12px;
    width: 78px;
    padding: 2px 8px;
  }

  .profile_detail .item_txt {
    font-size: 12px;
  }

  .player_modal .close_btn {
    border: 2px solid #003557;
    background: #ffd900;
    color: #003557;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    font-family: "Noto Sans JP";
    position: sticky;
    bottom: 0;
  }
}

/* !gourmet & goods
---------------------------------------------------------- */
.gourmet,
.goods {
  background: #ededed;
}

.gourmet {
  padding-top: 8rem;
}

.goods {
  padding: 9.6rem 0 8rem;
}

.gourmet .sub {
  margin: 0 auto 2rem;
  max-width: 100%;
  font-weight: 500;
}

.gourmet .gourmet_item,
.goods .goods_item {
  max-width: 284px;
}

.gourmet .gourmet_info,
.goods .goods_info {
  background-color: #003557;
  max-width: 100%;
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

.goods .goods_info {
  height: 143px;
}

.gourmet .gourmet_info p,
.goods .goods_info p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.gourmet .gourmet_info .name,
.goods .goods_info .name {
  margin-bottom: 4px;
}

.gourmet .gourmet_info span,
.goods .goods_info span {
  font-size: 12px;
  margin-left: 6px;
}

.gourmet_promotion {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.gourmet_promotion p,
.goods_promotion p {
  color: #003557;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.gourmet_promotion .banner {
  width: 600px;
  max-width: 100%;
  margin: 10px auto;
}

.goods_promotion {
  text-align: center;
  margin-top: 62px;
}

.goods_promotion .banner {
  width: 600px;
  max-width: 100%;
  margin-top: 20px;
}

.goods_promotion .goods_btn_box {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.goods .shop_info {
  margin-bottom: 40px;
}

.goods .shop_info .brex_shop {
  margin-bottom: 1.6rem;
  text-align: center;
}

.goods .shop_info .brex_shop span {
  display: inline-block;
  padding: 0.8rem 1rem;
  background: #002946;
  border: 1px solid #ffcf00;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: -2px 2px 0px 0px #002946;
}

.goods .shop_table dl {
  display: flex;
  margin-bottom: 0.5rem;
  background: white;
  color: #002946;
}

.goods .shop_table dt {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  clip-path: polygon(0% 0%, calc(100% - 1.6rem) 0%, 100% 50%, calc(100% - 1.6rem) 100%, 0% 100%);
  position: relative;
  width: 11.5rem;
  background: #ffcf00;
  font-family: "Anton", sans-serif;
  font-size: 1.8rem;
}

.goods .shop_table dd {
  padding: 1rem 2rem;
  width: calc(100% - 11.5rem);
  font-size: 1.5rem;
  font-weight: 700;
}

.goods .note {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #003557;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .gourmet,
  .goods {
    padding: 4rem 0;
  }

  .gourmet .sub {
    font-size: 16px;
    margin-bottom: 2.4rem;
  }

  .gourmet .gourmet_item,
  .goods .goods_item {
    max-width: 200px;
  }

  .gourmet .gourmet_info,
  .goods .goods_info {
    /* width: 164px; */
    height: 61px;
  }

  .goods .goods_info {
    height: 88px;
  }

  .gourmet .gourmet_info p,
  .goods .goods_info p {
    font-size: 12px;
  }

  .gourmet .gourmet_info .name,
  .goods .goods_info .name {
    margin-bottom: 2px;
  }

  .gourmet .gourmet_info span,
  .goods .goods_info span {
    font-size: 8px;
    margin-left: 4px;
  }

  .goods_promotion .goods_btn_box {
    flex-direction: column;
    gap: 20px;
  }

  .goods .shop_info {
    margin-bottom: 40px;
  }

  .goods .shop_info .brex_shop {
    margin-bottom: 1.6rem;
  }

  .goods .shop_info .brex_shop span {
    font-size: 1.4rem;
  }

  .goods .shop_table dt {
    padding: 0.8rem 1.6rem;
    clip-path: polygon(0% 0%, calc(100% - 1.6rem) 0%, 100% 50%, calc(100% - 1.6rem) 100%, 0% 100%);
    width: 8.6rem;
    font-size: 1.6rem;
  }

  .goods .shop_table dd {
    padding: 1rem 1.2rem;
    width: calc(100% - 7.6rem);
    align-items: center;
    font-size: 1.4rem;
  }

  .goods .note {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}

/* !ticket
---------------------------------------------------------- */
.ticket {
  padding-top: 9.6rem;
  background: #fff;
}

.ticket .ticket_inner {
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

.ticket .map {
  margin: 0 auto;
  text-align: center;
}

.ticket .map_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.ticket .map_box img {
  width: 50%;
  height: 100%;
}

.seat {
  margin-top: 9.6rem;
  font-family: "Noto Sans JP";
}

.seat h3 {
  background-color: #003557;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  width: 720px;
  max-width: 100%;
  margin: 0 auto 24px;
}

.seat .seat_slider li {
  width: 640px !important;
  max-width: 640px;
  height: 370px;
  padding: 24px;
  border: 2px solid #003557;
  /* margin: 0 32px; */
}

.seat .seat_slider .seat_title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.seat .seat_slider .seat_title span {
  color: #003557;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.seat .seat_slider .seat_title .name {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  padding: 8px 16px;
}

.seat .seat_slider .seat_info {
  display: flex;
  gap: 16px;
}

.seat .seat_slider .seat_info .img {
  width: 54%;
  max-width: 320px;
}

.seat .seat_slider .seat_info .txt {
  width: 43%;
  max-width: 256px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .ticket .map_box {
    flex-direction: column;
  }

  .ticket .map_box img {
    width: 100%;
  }

  .seat {
    max-width: 348px;
    margin: 6rem auto;
  }

  .seat .seat_slider li {
    width: 264px !important;
    max-width: 264px;
    height: auto;
  }

  .seat .seat_slider .seat_title .name {
    font-size: 18px;
  }

  .seat .seat_slider .seat_info {
    flex-direction: column;
  }

  .seat .seat_slider .seat_info .img {
    width: 256px;
  }

  .seat .seat_slider .seat_info .txt {
    width: 100%;
    font-size: 16px;
  }
}

/* !access
---------------------------------------------------------- */
.access {
  padding: 9.6rem 0;
}

.access .brex_lp_inner {
  width: 900px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

.access h3 {
  background-color: #003557;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  width: 900px;
  max-width: 100%;
  margin: 0 auto 8px;
}

.access .address {
  width: 720px;
  max-width: 100%;
  margin: 0 auto 32px;
}

.access .address p {
  color: #003557;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.access_info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.access_info .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 540px;
}

.access_info .map_nikkan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 720px;
  max-width: 100%;
}

.access_info .info a {
  display: block;
  width: 347px;
  margin: 0 auto;
}

.access_info .item {
  width: 540px;
  max-width: 100%;
}

.access_info .item ul {
  padding: 12px;
}

.access .routes {
  border: 2px solid #002946;
  box-shadow: 3px 3px 0px 0px #002946;
  color: #002946;
}

.access .routesTab {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.access .routesTab li {
  position: relative;
  width: 106px;
  background: #ddd;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 4px;
}

.access .routesTab li small {
  font-size: 1.2rem;
}

.access .routesTab li.onActive {
  background: #002946;
  color: #ffcf00;
}

.access .routesTab li.onActive:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-top: 2rem solid #002946;
  border-left: 2.4rem solid transparent;
  border-right: 2.4rem solid transparent;
}

.access .routesTab .icon {
  height: 7.5rem;
  background-repeat: no-repeat;
  background-position: center;
}

.icon_foot {
  background-image: url("../image/icon/icon_walk.svg");
}

.icon_train {
  background-image: url("../image/icon/icon_train.svg");
}

.icon_freebus {
  background-image: url("../image/icon/icon_shuttlebus.svg");
}

.icon_car {
  background-image: url("../image/icon/icon_car.svg");
}

.icon_bus {
  background-image: url("../image/icon/icon_bus.svg");
}

.access .scrollbar {
  overflow-y: scroll;
  padding: 4rem;
  max-height: 45rem;
}

.access .scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.access .scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
}

.access .scrollbar::-webkit-scrollbar-thumb:hover {
  background: #ffcf00;
}

.access .hd01 {
  margin-bottom: 3.2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.access .hd01 .line {
  display: inline-block;
  padding: 0 1rem;
  background: linear-gradient(to top, #ffcf00 1rem, transparent 1rem);
}

.access .hd01 .num {
  font-size: 2.1rem;
}

.access .hd02 {
  margin-bottom: 1.6rem;
  font-weight: 700;
}

.access .routeLine {
  position: relative;
}

.access .routeLine + .routeLine {
  padding-top: 4rem;
  border-top: 2px solid #002946;
}

.access .routeLine li {
  position: relative;
  padding: 0 0 4rem 6rem;
  font-weight: 500;
}

.access .routeLine li:before {
  content: "";
  position: absolute;
  left: 2.4rem;
  top: 0;
  bottom: 0;
  border-left: 3px dotted #002946;
}

.access .routeLine li:last-child:before {
  bottom: auto;
}

.access .routeLine li .step {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -1rem;
  width: 4.5rem;
  height: 4.5rem;
  background: #002946;
  border: 2px solid #ffcf00;
  border-radius: 100%;
  color: #ffcf00;
  font-family: "Anton", sans-serif;
  font-size: 2.4rem;
}

.access .flowSt li {
  padding: 0 0 4rem 8rem;
}

.access .flowSt li:before {
  left: 3.2rem;
}

.access .flowSt li + li:before {
  top: 3px;
}

.access .flowSt li:first-child:before {
  top: 6rem;
}

.access .flowSt li:last-child:before {
  height: 6.2rem;
}

.access .flowSt li .step {
  top: 6rem;
  width: 6.2rem;
  height: 6.2rem;
  font-size: 3.2rem;
}

.access .routes .img {
  margin-bottom: 2.4rem;
}

.access table {
  width: 100%;
}

.access .table01 th {
  width: 11.6rem;
  background: #002946;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.access .table01 td {
  padding: 1.6rem 2rem;
  border: 1px solid #002946;
  font-weight: 500;
}

.access .table01 td b {
  font-weight: 700;
}

.access .table02 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

.access .table02 .item {
  width: calc(50% - 0.8rem);
  text-align: center;
}

.access .table02 .th {
  padding: 0.3rem 0;
  background: #002946;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.access .table02 li {
  padding: 0.6rem 0;
  margin-top: -1px;
  border: 1px solid #002946;
  font-size: 1.2rem;
  font-weight: 700;
}

.access .table03 th {
  padding: 0.5rem;
  height: 5rem;
  background: #002946;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.access .table03 .place {
  width: 32%;
}

.access .table03 .quantity {
  width: 20%;
}

.access .table03 .price {
  width: 23%;
}

.access .table03 .time {
  width: 25%;
}

.access .table03 td {
  padding: 0.5rem 1.2rem;
  height: 4.4rem;
  border: 1px solid #002946;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}

.access .routes .detail {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.access .routes a {
  text-decoration: underline;
}

.access .routes .sub {
  /* margin-bottom: 2.4rem; */
  margin-bottom: 1.4rem;
  text-align: center;
  font-weight: 700;
}

.access .txt p + p {
  margin-top: 1.6rem;
}

.access .note {
  margin-top: 2.4rem;
  font-size: 1.4rem;
}

.access .note .focus {
  color: #f00;
}

.access .car_note {
  margin: 10px 0 0 2em;
  text-indent: -1.8em;
}

.access .car_note_01 {
  margin: 0 0 0 2em;
  text-indent: -1.8em;
}

.access .bus_note {
  margin: 30px 0 10px;
  text-align: center;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .access {
    padding: 4rem 0;
  }

  .access_info {
    flex-direction: column;
  }

  .access_info .info {
    width: 100%;
  }

  .access .map {
    padding: 0;
  }

  .access .routesTab {
    gap: 12px;
  }

  .access .routesTab li {
    padding-top: 0;
    padding-bottom: 4px;
    font-size: 10px;
  }

  .access .routesTab li small {
    font-size: 10px;
    line-height: 1;
  }

  .access .routesTab li.onActive:after {
    border-top: 1rem solid #002946;
    border-left: 1.4rem solid transparent;
    border-right: 1.4rem solid transparent;
  }

  .access .scrollbar {
    padding: 2rem 1rem;
  }
}

/* !kids room
---------------------------------------------------------- */
.kids {
  background-color: #ededed;
  padding: 9.6rem 0;
}

.kids .brex_lp_inner {
  width: 82rem;
  max-width: calc(100% - 32px);
}

.kids .sub {
  margin: 4rem auto 2rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  font-size: 16px;
}

.kids .kids_item {
  max-width: 250px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .kids {
    padding: 4rem 0;
  }
}

/* !enjoybrex
---------------------------------------------------------- */
.enjoybrex {
  background-color: #003557;
}

.enjoybrex .enjoybrex_inner {
  width: 720px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 9.6rem 0;
}

.enjoybrex .enjoybrex_inner h2 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.enjoybrex .enjoybrex_inner .line_box {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 8px 0;
}

.enjoybrex .enjoybrex_inner .line_box span {
  display: block;
  max-width: 100%;
  border-top: 2px solid #ffd900;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .enjoybrex .enjoybrex_inner {
    padding: 4rem 0;
  }

  .enjoybrex .enjoybrex_inner h2 {
    font-size: 18px;
  }
}

/* !next games
---------------------------------------------------------- */
.next_games {
  background-color: #fffbe9;
}

.next_games .var {
  background-color: #ffd900;
  height: 24px;
  width: 100%;
}

.next_games .brex_lp_inner {
  padding: 9.6rem 0;
  width: 900px;
  max-width: calc(100% - 32px);
}

.next_games .column {
  display: flex;
  justify-content: space-between;
}

.next_games .column .item {
  padding: 2.4rem 1.6rem;
  width: calc(50% - 4rem);
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #002946;
  text-align: center;
  color: #002946;
  height: fit-content;
}

.next_games .column .match {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.next_games .column .match p {
  color: #003557;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 32px;
}

.next_games .column .match img {
  width: 152px;
  height: 152px;
}

.next_games .date_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: auto;
}

.next_games .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.next_games .date .sponsor {
  display: flex;
  flex-direction: column;
  width: 164px;
  max-width: 100%;
  margin-bottom: 8px;
  gap: 2px;
}

.next_games .date .sponsor img {
  max-width: 100%;
}

.next_games .date .day {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 5.6rem;
  line-height: 1.2;
}

.next_games .date .week {
  padding: 0 0 0.6rem 0.8rem;
  font-size: 2.4rem;
  color: #565656;
}

.next_games .date .sat {
  color: #000aff;
}

.next_games .date .sun {
  color: #f00;
}

.next_games .date .time {
  font-size: 2.4rem;
}

.next_games .brex_lp_btn {
  margin-top: 4rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .next_games {
    padding: 0;
  }

  .next_games .brex_lp_inner {
    padding: 4rem 0;
  }

  .next_games .column .item {
    padding: 2.4rem 1rem;
    margin-bottom: 0;
    width: auto;
  }

  .next_games .column .match {
    justify-content: center;
    gap: 8px;
  }

  .next_games .date_box {
    gap: 18px;
  }

  .next_games .date .day {
    font-size: 4rem;
  }

  .next_games .date .week {
    padding: 0 0 0.4rem 0.6rem;
    font-size: 1.8rem;
  }

  .next_games .date .time {
    font-size: 1.8rem;
  }

  .next_games .column .match img {
    width: 118px;
    height: 118px;
  }

  .next_games .date .sponsor {
    width: 118px;
  }

  .next_games .brex_lp_btn {
    margin-top: 2rem;
  }
}

/* !slogan
---------------------------------------------------------- */
.slogan {
  padding: 9.6rem 0;
}

.slogan .brex_lp_inner {
  width: 90rem;
  max-width: calc(100% - 32px);
}

.slogan .img {
  margin-bottom: 2.4rem;
}

.slogan .sign {
  margin-bottom: 1.6rem;
  line-height: 1.35;
  font-size: 4rem;
  font-weight: 700;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .slogan {
    padding: 4rem 1.6rem;
  }

  .slogan .img {
    margin-bottom: 1.6rem;
  }
}

/* !app
---------------------------------------------------------- */
.app {
  padding: 9.6rem 0;
}

.app .brex_lp_inner {
  width: 940px;
  max-width: calc(100% - 32px);
}

.app .app_container {
  display: flex;
  gap: 56px;
  justify-content: center;
}

.app .part {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.app .hd01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
  min-height: 4.5rem;
  background: #002946;
  line-height: 1.2;
  color: #fff;
}

.app .hd01 .fontNum {
  font-size: 2.4rem;
  font-family: "Anton", sans-serif;
}

.app .display {
  display: flex;
  gap: 16px;
  margin: 0 auto;
  max-width: 46rem;
}

.app .display .logo {
  width: 15rem;
}

.app .display .info {
  width: calc(100% - 18.6rem);
}

.app .display .btns {
  display: flex;
  gap: 16px;
  margin-bottom: 1.6rem;
}

.app .display .btns a {
  display: block;
  width: 125px;
  text-align: center;
  color: #002946;
  font-size: 1.2rem;
  font-weight: 700;
}

.app .display .btns img {
  display: block;
}

.app .brex_lp_btn img {
  width: 31rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .app .app_container {
    flex-direction: column;
    gap: 12px;
  }

  .app {
    padding: 4rem 0;
  }

  .app .display {
    align-items: center;
    margin: 0 1rem 2.2rem;
  }

  .app .display .btns {
    display: block;
    margin-bottom: 0;
  }

  .app .display .btns a {
    width: auto;
  }

  .app .display .btns a + a {
    margin-top: 1.6rem;
  }

  .app .txt {
    padding: 0 1rem;
    line-height: 1;
  }
}

/* !footer
---------------------------------------------------------- */
footer .footer_inner {
  width: 90rem;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

.brex_lp_pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 5rem;
  width: 100%;
  background: #ffcf00;
  text-align: center;
  color: #002946;
  font-size: 3.2rem;
}

.brex_lp_pagetop img {
  margin-right: 0.5rem;
}

footer {
  position: relative;
  margin-top: 5rem;
  padding: 7rem 0 6rem;
  text-align: center;
  font-size: 1.4rem;
}

footer .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

footer .sns:before {
  content: "Follow us";
  display: block;
  margin-right: 2rem;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-size: 2.4rem;
}

footer .sns a {
  display: block;
  margin: 0 1rem;
  width: 2.8rem;
}

footer .links_container {
  display: flex;
  gap: 40px;
  margin-bottom: 32px;
}

footer .footLinks {
  width: 50%;
  margin-bottom: 2rem;
  border-bottom: 1px solid;
}

footer .footLinks .bt {
  padding: 0.5rem 0;
  border-top: 1px solid;
  text-align: left;
}

footer .footLinks li a {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  background: url("../image/icon/arrow/icon_next_wh.svg") no-repeat right 2rem center;
  background-size: 6px;
  font-weight: 700;
}

footer .footLinks li.teams {
  display: flex;
  justify-content: space-between;
}

footer .footLinks li.teams a {
  min-width: 22%;
}

footer #copyright {
  margin-top: 1.6rem;
  line-height: 2;
  font-weight: 500;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  footer {
    margin-top: 3.5rem;
    padding: 4rem 0 8rem;
  }

  .brex_lp_pagetop {
    padding: 0.3rem 0 0;
    height: 3.2rem;
    font-size: 1.6rem;
  }

  .brex_lp_pagetop img {
    width: 1.6rem;
  }

  footer .sns {
    position: relative;
    padding-top: 5rem;
    margin-bottom: 2.4rem;
  }

  footer .sns:before {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0;
    width: 100%;
    font-size: 2.4rem;
  }

  footer .footLinks {
    margin-bottom: 4rem;
  }

  footer .links_container {
    flex-direction: column;
  }

  footer .footLinks {
    width: 100%;
  }
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .anchors .title {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }

  .anchors .title span {
    padding: 0 2.4rem 1.6rem;
  }

  .ticket,
  .brex_lp_seatinfo {
    padding: 4rem 0 0;
  }

  .brex_lp_seatinfo .info {
    padding: 2.4rem 1.6rem;
  }
}

/* 完売 */
del {
  background-image: linear-gradient(transparent 8px, #12315a 0, #12315a calc(8px + 2px), transparent 0, transparent calc(9px + 3px), #12315a 0, #12315a calc(9px + 5px), transparent 0);
  text-decoration: none;
  padding: 0 1em;
}

/* a 下線 */
a.tdU {
  border-bottom: 1px #12315a solid;
  /* padding: 0 0 2px 0; */
  font-family: inherit !important;
  color: #12315a;
  font-weight: bolder;
}
