@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%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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 */
}
.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;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #002845;
  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;
}

.is_popup {
  overflow: hidden;
  height: 100vh;
}

.font_anton {
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

/*** pc ***/
@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}
/* sp */
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

/* !brex_lp_wrapper
---------------------------------------------------------- */
#brex_lp_wrapper {
  position: relative;
  padding: 7rem 0 9.6rem;
  background: #0a2744;
}

/* !header
---------------------------------------------------------- */
#brex_lp_header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 0 5rem;
  width: 100%;
  background: #0a2744;
}
.brex_lp_headlogo {
  display: flex;
  align-items: center;
  height: 7rem;
}
.brex_lp_headlogo img {
  width: 5.8rem;
}

.brex_lp_btn_menu {
  cursor: pointer;
  position: relative;
  z-index: 3;
  margin: auto 0;
  width: 4.2rem;
  height: 4.2rem;
  background: url(../image/common/ico_menu.svg) no-repeat center;
  background-size: 100%;
}
.brex_lp_btn_menu.active {
  background-image: url(../image/common/ico_menu_close.svg);
  background-size: 4rem;
}

#brex_lp_navi {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  transition-duration: 0.3s;
  transform: translateX(100%);
  padding: 16rem 3.2rem;
  width: 100%;
  max-width: 37.5rem;
  height: 100vh;
  background: #002845;
  color: #fff;
}
#brex_lp_navi.open {
  transform: translateX(0%);
}
#brex_lp_navi .logo {
  margin: 0 auto 4rem;
  text-align: center;
}
#brex_lp_navi .logo img {
  width: 12.2rem;
}
#brex_lp_navi li {
  margin: -1px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
#brex_lp_navi li a {
  display: flex;
  align-items: center;
  padding: 1rem 1.6rem 1rem 0;
  min-height: 6rem;
  background: url(../image/common/ico_menu_arrow.svg) no-repeat right 0.7rem center;
  font-size: 1.8rem;
  font-weight: 700;
}
#brex_lp_navi .brex_lp_sns {
  padding-top: 4.5rem;
  margin-top: 4rem;
}
#brex_lp_navi .brex_lp_sns:before {
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.brex_lp_header_cv {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 1.6rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: none;
}

/*** pc ***/
@media screen and (min-width: 835px) {
}
/* sp */
@media screen and (max-width: 834px) {
  #brex_lp_wrapper {
    padding: 6rem 0 6.8rem;
  }

  #brex_lp_header {
    padding: 0 2rem;
  }
  .brex_lp_headlogo {
    height: 6rem;
  }
  .brex_lp_btn_menu {
    width: 2.4rem;
    height: 2.4rem;
  }

  .brex_lp_header_cv {
    padding: 0.8rem 0 1.2rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .brex_lp_header_cv.brex_lp_btn .btn {
    max-width: 27rem;
    box-shadow: 0 0.3rem 0 #002845;
  }
}

/* brex_lp_footer
-----------------------------------------------------------*/
.brex_lp_pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  background: #ffcf00;
  text-align: center;
  font-size: 0;
}

.brex_lp_footer {
  padding: 7.4rem 0;
  color: #fff;
}
.brex_lp_footer .brex_lp_sns {
  margin-bottom: 3rem;
}
.brex_lp_footer .brex_lp_sns:before {
  position: static;
  margin-right: 0.8rem;
}
.brex_lp_footer .footlink {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
}
.brex_lp_footer .footlink li {
  margin-top: -1px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.brex_lp_footer .footlink li a {
  display: block;
  padding: 1.5rem 4rem 1.5rem 1.6rem;
  background: url(../image/common/ico_menu_arrow.svg) no-repeat right 1.6rem center;
  font-weight: 700;
  font-size: 1.4rem;
}
.brex_lp_footlogo {
  margin-top: 3.4rem;
  text-align: center;
}
.brex_lp_footlogo img {
  width: 12.2rem;
}
#brex_lp_copyright {
  margin-top: 1.6rem;
  line-height: 2;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

/*** pc ***/
@media screen and (min-width: 835px) {
  .footlink li a:hover {
    opacity: 0.7;
  }
}
/* sp */
@media screen and (max-width: 834px) {
  .brex_lp_pagetop {
    height: 4rem;
  }
  .brex_lp_pagetop img {
    width: 9rem;
  }

  .brex_lp_footer {
    padding: 4.8rem 0;
  }
  .brex_lp_footer .brex_lp_sns {
    padding-top: 4.5rem;
  }
  .brex_lp_footer .brex_lp_sns:before {
    position: absolute;
    top: 0;
    margin-right: 0;
  }
  .brex_lp_footer .footlink {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* !common
---------------------------------------------------------- */
.hide {
  display: none;
}

.brex_lp_inner {
  padding: 0 5rem;
  margin: 0 auto;
  max-width: 127rem;
}
.brex_lp_inner.small_inner {
  max-width: 82rem;
}

.brex_lp_anchorarea {
  position: relative;
}
.brex_lp_anchorarea .anchor {
  position: absolute;
  top: -7rem;
}

.brex_lp_btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4.8rem;
  height: 6.4rem;
  width: 100%;
  max-width: 40rem;
  border-radius: 100px;
  border: 2px solid;
  background: url(../image/common/ico_arrow.svg) no-repeat right 1.3rem center #ffd000;
  background-size: 3.6rem;
  box-shadow: 0 0.6rem 0 #002845;
  font-size: 2.2rem;
  font-weight: 700;
}
.brex_lp_btn .wh-st {
  background-color: #fff;
  box-shadow: 0 0.6rem 0 0 #ffd000;
  font-size: 2rem;
}

.brex_lp_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  position: relative;
}
.brex_lp_sns:before {
  content: "Follow us";
  position: absolute;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Anton", sans-serif;
  font-size: 2.4rem;
}

.brex_lp_headlarge {
  padding: 8rem 0 5rem;
  background: url(../image/ttl_bg_white.svg) no-repeat center;
  background-size: auto 100%;
  text-align: center;
  letter-spacing: 0.03em;
}
.brex_lp_headlarge.bg_yellow {
  background-image: url(../image/ttl_bg_yellow.svg);
}
.brex_lp_headlarge.bg_navy {
  background-image: url(../image/ttl_bg_navy.svg);
}
.brex_lp_headlarge .eng {
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 10rem;
  font-weight: 400;
}
.brex_lp_headlarge .jap {
  overflow: hidden;
  font-size: 2rem;
  font-weight: 700;
}
.brex_lp_headlarge .jap .con {
  display: inline-block;
  position: relative;
  padding: 0 1rem;
}
.brex_lp_headlarge .jap .con:before,
.brex_lp_headlarge .jap .con:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100rem;
  border-top: 2px solid;
}
.brex_lp_headlarge .jap .con:before {
  right: 100%;
}
.brex_lp_headlarge .jap .con:after {
  left: 100%;
}

.color_yellow {
  color: #ffd000;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  background: no-repeat center;
  background-size: 100%;
}

/*** pc ***/
@media screen and (min-width: 835px) {
  .brex_lp_sns a:hover {
    opacity: 0.7;
  }
  .brex_lp_btn .btn:hover {
    margin: 0.6rem 0 -0.6rem;
    box-shadow: none !important;
  }
}
/* sp */
@media screen and (max-width: 834px) {
  .brex_lp_inner {
    padding: 0 1.6rem;
  }

  .brex_lp_btn .btn {
    height: 4.8rem;
    max-width: 31.1rem;
    background-position: right 1.2rem center;
    background-size: 2.8rem;
    font-size: 1.6rem;
  }

  .brex_lp_headlarge {
    padding: 5.8rem 0 2.5rem;
    margin: 0 -1.6rem;
  }
  .brex_lp_headlarge .eng {
    font-size: 6.4rem;
  }
  .brex_lp_headlarge .jap {
    font-size: 1.6rem;
  }

  .brex_lp_anchorarea .anchor {
    top: -6rem;
  }
}

/* !page
---------------------------------------------------------- */
.brex_lp_kv img {
  width: 100%;
}

.brex_lp_anchors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.8rem;
  padding: 10rem 0 0;
}
.brex_lp_anchors a {
  display: block;
  padding: 1.5rem 0.6rem 2.6rem;
  width: 12.2rem;
  background: url(../image/common/ico_down.svg) no-repeat center bottom 0.3rem #fff;
  background-size: calc(100% - 0.6rem);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 0 rgba(255, 255, 255, 0.3);
  text-align: center;
}
.brex_lp_anchors .tit {
  padding-top: 5.5rem;
  background: no-repeat center top;
  background-size: 5rem;
  white-space: nowrap;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 2rem;
  font-weight: 700;
}
.brex_lp_anchors .tit .small1 {
  font-size: 1.4rem;
}
.brex_lp_anchors .tit .small2 {
  font-size: 1.8rem;
}
.brex_lp_anchors .icon_tit1 {
  background-image: url(../image/common/ico_menu_seat.svg);
}
.brex_lp_anchors .icon_tit2 {
  background-image: url(../image/common/ico_menu_price.svg);
}
.brex_lp_anchors .icon_tit3 {
  background-image: url(../image/common/ico_menu_schedule.svg);
}
.brex_lp_anchors .icon_tit4 {
  background-image: url(../image/common/ico_menu_guide.svg);
}
.brex_lp_anchors .icon_tit5 {
  background-image: url(../image/common/ico_menu_rule.svg);
}
.brex_lp_anchors .icon_tit6 {
  background-image: url(../image/common/ico_menu_question.svg);
}

.brex_lp_seat .seat_wrap {
  padding-bottom: 11.4rem;
}

.brex_lp_seat .seat_ctrl {
  display: flex;
  margin: 0 auto 3.2rem;
  max-width: 43rem;
  background: #6a727a;
  border-radius: 7rem;
  position: sticky;
  top: 8rem;
  z-index: 11;
}
.brex_lp_seat .seat_ctrl a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 50%;
  border-radius: 7rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}
.brex_lp_seat .seat_ctrl .active {
  background: #fff;
  border: 2px solid;
  color: #002845;
}

.brex_lp_seat_bg {
  padding: 4.5rem;
  background: #fff;
}
.seat_display {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 101rem;
}
.seat_display .left {
  padding-top: 2rem;
  width: calc(50% + 2.1rem);
}
.seat_display .right {
  width: calc(40% + 4rem);
}
.seat_display .map {
  position: relative;
  overflow: hidden;
}
.seat_display .map .img {
  aspect-ratio: 526 / 466;
  text-align: center;
}
.seat_display .map .zoomout img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  width: 50%;
}
.seat_display .map_zoom a {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.seat_display .map_zoom a.active {
  opacity: 0;
  pointer-events: none;
}
.seat_display .map_zoom img {
  width: 5.2rem;
}
.seat_numbers {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.6rem 0.4rem;
  margin-top: 2.5rem;
}
.seat_numbers a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
  border-radius: 0.6rem;
  background: #ced3d9;
  text-align: center;
  color: #6a727a;
  font-size: 2.4rem;
}
.seat_numbers a.active {
  background: #970001;
  color: #fff;
}
.seat_introd_head {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  padding: 1.5rem;
  background: #970001;
  border-radius: 0.5rem 0.5rem 0 0;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}
.seat_introd_head .step {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8rem;
  min-width: 4rem;
  height: 4rem;
  border: 1px solid;
  border-radius: 0.3rem;
}
.seat_introd_box {
  overflow: hidden;
  padding: 2rem;
  background: #ececec;
  border-radius: 0 0 0.5rem 0.5rem;
  border: 1px solid;
  border-top: 0;
}
.seat_introd_swiper {
  position: relative;
  margin-bottom: 1.6rem;
}
.seat_introd_swiper .swiper-button-prev,
.seat_introd_swiper .swiper-button-next {
  width: 5.2rem;
  height: 5.2rem;
  background-image: url(../image/common/ico_arrow.svg);
}
.seat_introd_swiper .swiper-button-prev {
  transform: scaleX(-1);
  left: -1.2rem;
}
.seat_introd_swiper .swiper-button-next {
  right: -1.2rem;
}
.seat_introd_box .head {
  margin-bottom: 1.6rem;
  font-weight: 700;
}
.seat_introd_box .img {
  margin-bottom: 1.6rem;
}
.seat_price {
  margin-top: 1.6rem;
}
.seat_price .tit {
  margin-bottom: 1rem;
  padding: 0.1rem 0 0.25rem;
  background: #002845;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.seat_price ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem 0;
}
.seat_price li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  line-height: 1;
}
.seat_price li .th {
  padding: 0.5rem;
  width: 7rem;
  border: 1px solid;
  font-weight: 700;
  text-align: center;
}
.seat_price li .td {
  width: calc(100% - 7.8rem);
  font-size: 2.4rem;
}
.seat_detail {
  margin-top: 1.6rem;
}
.seat_detail .tit {
  overflow: hidden;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.seat_detail .tit .con {
  display: inline-block;
  position: relative;
  padding: 0 0.5rem;
}
.seat_detail .tit .con:before,
.seat_detail .tit .con:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100rem;
  border-top: 1px solid;
}
.seat_detail .tit .con:before {
  right: 100%;
}
.seat_detail .tit .con:after {
  left: 100%;
}
.seat_detail ul {
  display: flex;
  gap: 1rem;
  padding: 0 2rem;
}
.seat_detail li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.3rem;
  height: 8.3rem;
  background: url(../image/common/ico_modal.svg) no-repeat right bottom #fff;
  border-radius: 0.5rem;
  border: 1px solid;
  font-size: 1.8rem;
  font-weight: 700;
}
.seat_introd_box .txt {
  margin-top: 1.6rem;
}
.seat_introd_box .txt + .img {
  margin-top: 1.6rem;
}

.fancybox-close-small {
  display: none;
}
.fancybox_seat_display {
  padding: 1.6rem;
  margin: 0 auto;
  max-width: 37.5rem;
  background: #333;
}
.fancybox_seat_display .img {
  overflow: hidden;
  margin-bottom: 2.4rem;
  border-radius: 0.4rem;
}
.fancybox_seat_display .info {
  overflow-y: auto;
  max-height: 36rem;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #fff;
}
.fancybox_close {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.4rem auto 0;
  width: 17.2rem;
  height: 4.8rem;
  background: url(../image/common/ico_close.svg) no-repeat right 1.4rem center;
  background-size: 1.5rem;
  border-radius: 5rem;
  border: 1px solid;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}

.brex_lp_attention {
  margin: 4.8rem auto 0;
  padding: 2.4rem 3.2rem;
  max-width: 72rem;
  border-radius: 0.4rem;
  border: 1px solid;
  background: #e5e5e5;
}
.brex_lp_attention .head {
  display: flex;
  justify-content: center;
  margin-bottom: 1.4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.brex_lp_attention .head:before,
.brex_lp_attention .head:after {
  content: "⚠";
}
.brex_lp_seat .brex_lp_btn {
  margin-top: 3.2rem;
  text-align: center;
}

.brex_lp_price .column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
}
.toggle-btn {
  cursor: pointer;
}
.toggle-box {
  display: none;
}
.brex_lp_price li {
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid #002845;
}
.brex_lp_price li + li {
  margin-top: 2.4rem;
}
.price_head {
  padding: 2rem 2.2rem;
  background: url(../image/common/ico_plus_wh.svg) no-repeat right 2.2rem center #002845;
  background-size: 2.8rem;
  color: #ffd000;
  font-size: 2.2rem;
  font-weight: 700;
}
.price_head.open {
  background-image: url(../image/common/ico_minus_wh.svg);
}
.price_table {
  width: 100%;
}
.price_table thead {
  background: #dedee0;
  font-weight: 700;
}
.price_table th {
  border-style: solid;
  border-color: #fff;
  text-align: center;
}
.price_table thead th {
  padding: 1.1rem 1rem;
  border-width: 0 1px;
  font-weight: 700;
}
.price_table tbody th {
  vertical-align: middle;
  padding: 0.6rem 1rem;
  width: 4.2rem;
  border-width: 1px 0;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 700;
}
.price_table td {
  padding: 0.6rem 0;
  height: 4rem;
  min-width: 8.8rem;
  background: #fff;
  border: 1px solid #ced3d9;
  text-align: center;
  font-weight: 500;
}
.price_table thead th:first-child {
  padding: 0.6rem 1.2rem;
  text-align: left;
}
.price_table tr:nth-of-type(even) td {
  background: #ececec;
}
.price_table tr td:nth-of-type(1) {
  padding: 0.6rem 1rem;
  text-align: left;
}
.price_table th.no1 {
  background: #960000;
  color: #fff;
}
.price_table th.no2 {
  background: #d1191b;
  color: #fff;
}
.price_table th.no3 {
  background: #e94d40;
  color: #fff;
}
.price_table th.no4 {
  background: #ff9e9f;
}
.price_table th.no5 {
  background: #ff9e9f;
}
.price_table th.no6 {
  background: #f1a1c3;
}
.price_table th.no7 {
  background: #fbd000;
}
.price_table th.no8 {
  background: #ed7f22;
  color: #fff;
}
.price_table th.no9 {
  background: #bad300;
}
.price_table th.no10 {
  background: #234693;
  color: #fff;
}
.price_table th.no11 {
  background: #1d81c6;
  color: #fff;
}
.price_table th.no12 {
  background: #00a6b2;
  color: #fff;
}
.price_table th.no13 {
  background: #85899a;
  color: #fff;
}
.price_table th.no14 {
  background: #c2a0c7;
}
.price_table th.no15 {
  background: #9eb7e3;
}
.price_table th.no16 {
  background: #00ce69;
}
.price_table th.no17 {
  background: #007500;
  color: #fff;
}
.price_table th.no18 {
  background: #a69f02;
  color: #fff;
}
.price_table th.no19 {
  background: #9902c3;
  color: #fff;
}
.price_table th.no20 {
  background: #92026c;
  color: #fff;
}

.price_table.nikkan th.no1 {
  background: #b95555;
  color: #fff;
}
.price_table.nikkan th.no2 {
  background: #9f1717;
  color: #fff;
}
.price_table.nikkan th.no3 {
  background: #d1191b;
  color: #fff;
}
.price_table.nikkan th.no4 {
  background: #d1191b;
  color: #fff;
}
.price_table.nikkan th.no5 {
  background: #db483b;
  color: #fff;
}
.price_table.nikkan th.no6 {
  background: #db483b;
  color: #fff;
}
.price_table.nikkan th.no7 {
  background: #e37962;
  color: #fff;
}
.price_table.nikkan th.no8 {
  background: #fe9e9f;
  color: #fff;
}
.price_table.nikkan th.no9 {
  background: #fe9e9f;
  color: #fff;
}
.price_table.nikkan th.no10 {
  background: #fccf00;
  color: #fff;
}
.price_table.nikkan th.no11 {
  background: #ee7f23;
  color: #fff;
}
.price_table.nikkan th.no12 {
  background: #bad200;
  color: #fff;
}
.price_table.nikkan th.no13 {
  background: #234793;
  color: #fff;
}
.price_table.nikkan th.no14 {
  background: #1b82c5;
  color: #fff;
}
.price_table.nikkan th.no15 {
  background: #00a6b2;
  color: #fff;
}
.price_table.nikkan th.no16 {
  background: #007600;
  color: #fff;
}
.price_table.nikkan th.no17 {
  background: #a59f01;
  color: #fff;
}
.price_table.nikkan th.no18 {
  background: #9100b8;
  color: #fff;
}
.price_table.nikkan th.no19 {
  background: #94006d;
  color: #fff;
}
.price_table.nikkan th.no20 {
  background: #9fb9e1;
  color: #fff;
}

.brex_lp_schedule {
  padding: 0 0 8rem;
  color: #fff;
}
.brex_lp_schedule .sub {
  margin-bottom: 3.2rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
.schedule_table {
  overflow: hidden;
  border-radius: 0.5rem;
}
.schedule_table table {
  position: relative;
  left: -2px;
  top: -2px;
  border-collapse: separate;
  border-spacing: 2px;
  width: calc(100% + 4px);
  text-align: center;
  color: #002845;
  font-size: 1.5rem;
}
.schedule_table th {
  padding: 0.5rem;
  text-align: center;
}
.schedule_table .thead1 th {
  height: 5.3rem;
  background: #ffd000;
  font-weight: 900;
  font-size: 2rem;
}
.schedule_table .thead2 th {
  height: 4.5rem;
  background: #a9d8a4;
  font-weight: 900;
}
.schedule_table thead .advance {
  background: #f8bbb0;
}
.schedule_table thead .general {
  background: #b0d0f8;
}
.schedule_table td {
  padding: 0.5rem;
  height: 4rem;
  background: #fff;
  text-align: center;
  font-weight: 700;
}
.schedule_table .even td {
  background: #ececec;
}
.schedule_table td.sales {
  background: #fff;
}
.brex_lp_schedule .brex_lp_attention {
  background: none;
  border-color: #fff;
}
.schedule_info li {
  overflow: hidden;
  margin-bottom: 0.6rem;
  border-radius: 0.4rem;
  border: 1px solid #ffd000;
  color: #002845;
}
.schedule_info .schedule {
  padding: 1.4rem 4rem 1.4rem 1.6rem;
  background: url(../image/common/ico_plus.svg) no-repeat right 1.6rem center #ffd000;
  background-size: 2rem;
  font-weight: 700;
}
.schedule_info .schedule.open {
  background-image: url(../image/common/ico_minus.svg);
}
.schedule_info .box {
  padding: 1.6rem;
  background: #fff;
}
.schedule_info .venue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  font-weight: 700;
}
.schedule_info .venue .th {
  padding: 0.1rem 0 0.2rem;
  width: 5.6rem;
  background: #002845;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.schedule_info .venue .td {
  width: calc(100% - 6.4rem);
}
.schedule_info .table {
  overflow: hidden;
  border-radius: 0.4rem;
  border: 1px solid;
}
.schedule_info .table table {
  width: 100%;
}
.schedule_info .table th {
  padding: 0.5rem;
  border-bottom: 1px solid;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.schedule_info .table th + th,
.schedule_info .table td + td {
  border-left: 1px solid;
}
.schedule_info .table .advance {
  background: #f8bbb0;
}
.schedule_info .table .general {
  background: #b0d0f8;
}
.schedule_info .table td {
  padding: 1rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.1rem;
}

.brex_lp_guide {
  padding: 0 0 8rem;
  background: linear-gradient(180deg, #ced3d9 46.2rem, transparent 46.2rem);
  overflow: hidden;
}
.brex_lp_guide_swiper {
  position: relative;
  margin: 0 auto;
  max-width: 39rem;
}
.brex_lp_guide_swiper .swiper-slide {
  position: relative;
  color: #fff;
}
.brex_lp_guide_swiper .tit {
  display: inline-block;
  position: relative;
  margin-bottom: -2.4rem;
  padding: 0.6rem 2rem;
  background: #002845;
  color: #ffd000;
  font-weight: 700;
  font-size: 2.4rem;
}
.brex_lp_guide_swiper .img {
  margin-bottom: 1.6rem;
}
.brex_lp_guide_swiper .swiper_ctrl {
  margin-top: 4rem;
}
.brex_lp_guide_swiper .swiper-pagination {
  position: static;
}
.brex_lp_guide_swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background: none;
  border: 1px solid #fff;
}
.brex_lp_guide_swiper .swiper-pagination-bullet-active {
  background: #fff;
}
.brex_lp_guide_swiper .swiper-button-next,
.brex_lp_guide_swiper .swiper-button-prev {
  margin-top: -5rem;
  width: 4.8rem;
  height: 4.8rem;
}
.brex_lp_guide_swiper .swiper-button-prev {
  left: -5.8rem;
  background-image: url(../image/common/ico_prev.svg);
}
.brex_lp_guide_swiper .swiper-button-next {
  right: -5.8rem;
  background-image: url(../image/common/ico_next.svg);
}
.brex_lp_guide .brex_lp_btn {
  margin-top: 4rem;
  text-align: center;
}
.brex_lp_guide .brex_lp_btn .btn {
  max-width: 32.4rem;
}
.guide_tickets {
  overflow: hidden;
  margin-top: 6.4rem;
  border-radius: 0.4rem;
}
.guide_tickets .th {
  padding: 0.6rem 1rem;
  background: #ffd000;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.guide_tickets .td {
  padding: 3.2rem 4.8rem;
  background: #fff;
}
.guide_tickets .display {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guide_tickets .display .logo {
  width: calc(42% - 0.5rem);
}
.guide_tickets .display .info {
  width: calc(58% - 4.3rem);
  font-size: 1.4rem;
}
.guide_tickets .brex_lp_btn {
  margin-top: 2rem;
}
.guide_tickets .brex_lp_btn .btn {
  height: 4.8rem;
  max-width: 28rem;
  background-position: right 1.2rem center;
  background-size: 2.8rem;
  box-shadow: 0 0.3rem 0 #002845;
  font-size: 1.6rem;
}

.brex_lp_rule {
  padding: 0 0 8rem;
  background: #ced3d9;
}
.rule_list {
  position: relative;
  padding: 5.6rem 4rem 4rem;
  margin: 2rem auto 0;
  max-width: 82.6rem;
  background: #fff;
  border-radius: 0.8rem;
  border: 1px solid;
}
.brex_lp_rule .rule_list + .rule_list {
  margin-top: 6rem;
}
.rule_list .head {
  position: absolute;
  left: -1px;
  top: 0;
  transform: translateY(-50%);
  padding: 0.3rem 1.6rem;
  font-weight: 700;
  font-size: 2.4rem;
}
.tickets_rule {
  border-color: #ffd000;
}
.tickets_rule .head {
  background: #ffd000;
}
.precautions_rule {
  border-color: #002845;
}
.precautions_rule .head {
  background: #002845;
  color: #ffd000;
}
.rule_list li + li {
  margin-top: 2.4rem;
}
.rule_list li .tit {
  margin-bottom: 1.6rem;
  padding-left: 0.8rem;
  border-left: 3px solid;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 700;
}

.rule_list li a {
  text-decoration: underline;
}

.brex_lp_faq {
  padding: 0 0 8rem;
  background: #f8ecb0;
  letter-spacing: 0.03em;
}
.brex_lp_faq .faq_cate {
  display: flex;
  margin: 0 auto 3.2rem;
  background: #fff;
  border-radius: 0.6rem;
  border: 2px solid;
}
.brex_lp_faq .faq_cate a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 6.5rem;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.brex_lp_faq .faq_cate a + a {
  border-left: 2px solid;
}
.brex_lp_faq .faq_cate .active {
  background: #ffd000;
}
.brex_lp_faq .faq_cate .active:after {
  content: "";
  position: absolute;
  top: calc(100% - 0.3rem);
  left: 50%;
  transform: translateX(-50%);
  width: 2.1rem;
  height: 1.4rem;
  background: url(../image/common/icon_talk_arr.png) no-repeat center top;
  background-size: 100% 100%;
}
.faq_list li + li {
  margin-top: 1.2rem;
}
.faq_list .quest {
  position: relative;
  padding: 1.6rem 9.2rem 1.6rem 10.6rem;
  background: url(../image/common/ico_plus_wh.svg) no-repeat right 4rem center #002845;
  background-size: 3rem;
  border-radius: 0.4rem;
  color: #fff;
  font-weight: 700;
}
.faq_list .quest.open {
  background-image: url(../image/common/ico_minus_wh.svg);
}
.faq_list .quest .step {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 1.8rem;
  bottom: 1.6rem;
  width: 8.3rem;
  border-right: 1px solid #fff;
  line-height: 1;
  text-align: center;
  color: #ffd000;
  font-size: 3.2rem;
}
.faq_list .quest .step:before {
  content: "Q";
}
.faq_list .answer {
  position: relative;
  padding: 2.4rem 0 2.4rem 7.2rem;
}
.faq_list .answer:before {
  content: "A.";
  position: absolute;
  left: 3.2rem;
  top: 2.4rem;
  line-height: 1.4;
  font-family: "Anton", sans-serif;
  font-size: 3.2rem;
}

.faq_list .answer a {
  text-decoration: underline;
}

/*** pc ***/
@media screen and (min-width: 835px) {
  .brex_lp_anchors a:hover {
    margin: 0.5rem 0 -0.5rem;
    box-shadow: none;
  }

  .seat_numbers a:hover {
    background: #970001;
    color: #fff;
  }

  .guide_tickets .brex_lp_btn .btn:hover {
    margim: 0.3rem 0 -0.3rem;
  }
}
/* sp */
@media screen and (max-width: 834px) {
  .brex_lp_anchors {
    gap: 2rem 1.6rem;
    padding: 4rem 0 0;
  }
  .brex_lp_anchors a {
    padding: 1.5rem 0.3rem 2.6rem;
    width: 10.4rem;
    box-shadow: 0 0.4rem 0 rgba(255, 255, 255, 0.3);
  }
  .brex_lp_anchors .tit {
    padding-top: 5rem;
    background-size: 4.2rem;
    font-size: 1.6rem;
  }
  .brex_lp_anchors .tit .small1 {
    font-size: 1.2rem;
  }
  .brex_lp_anchors .tit .small2 {
    font-size: 1.4rem;
  }

  .brex_lp_seat .seat_wrap {
    padding-bottom: 8rem;
  }

  .brex_lp_seat .seat_ctrl {
    margin-bottom: 1.6rem;
  }
  .brex_lp_seat .seat_ctrl a {
    padding: 0.7rem;
    font-size: 1.6rem;
  }
  .brex_lp_seat_bg {
    padding: 3.2rem 1.6rem;
    margin: 0 -1.6rem;
  }
  .seat_display {
    display: block;
  }
  .seat_display .left {
    padding-top: 0;
    margin-bottom: 2.4rem;
    width: auto;
  }
  .seat_display .right {
    width: auto;
  }
  .seat_numbers {
    grid-template-columns: repeat(8, 1fr);
    gap: 0.4rem 0.3rem;
  }
  .seat_numbers a {
    height: 4rem;
    border-radius: 0.4rem;
    font-size: 1.8rem;
  }
  .seat_introd_head {
    gap: 0 0.8rem;
    padding: 1.2rem;
    border-radius: 0.4rem 0.4rem 0 0;
    font-size: 1.6rem;
  }
  .seat_introd_head .step {
    width: 2.6rem;
    height: 2.6rem;
  }
  .seat_introd_box {
    padding: 1.6rem;
  }
  .seat_introd_swiper .swiper-button-prev,
  .seat_introd_swiper .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
  .seat_introd_box .tit {
    font-size: 1.4rem;
  }
  .seat_price .tit {
    font-size: 1.2rem;
  }
  .seat_price li .th {
    padding: 0.3rem 0 0.4rem;
    width: 5rem;
    font-size: 1.2rem;
  }
  .seat_price li .td {
    width: calc(100% - 5.8rem);
    font-size: 2rem;
  }
  .seat_detail li a {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 1.3rem;
  }
  .brex_lp_seat .brex_lp_btn {
    margin-top: 2.4rem;
  }

  .brex_lp_attention {
    margin-top: 1.6rem;
    padding: 2.4rem;
    max-width: 31.1rem;
    font-size: 1.2rem;
  }
  .brex_lp_attention .head {
    font-size: 1.6rem;
  }

  .brex_lp_price .brex_lp_headlarge {
    margin: 0;
  }
  .brex_lp_price .column {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6rem 0;
  }
  .brex_lp_price li + li {
    margin-top: 0.6rem;
  }

  .price_head {
    padding: 1.2rem 1.6rem;
    background-position: right 1.6rem center;
    background-size: 2rem;
    font-size: 1.6rem;
  }
  .price_table thead th {
    padding: 1.1rem 0;
    font-size: 1.2rem;
  }
  .price_table tbody th {
    padding: 0.6rem 0;
    width: 3rem;
    font-size: 1.6rem;
  }
  .price_table td {
    padding: 0.2rem 0;
    min-width: 6.2rem;
    height: 3rem;
    font-size: 1.2rem;
  }
  .price_table tr td:nth-of-type(1) {
    padding: 0.2rem 0.8rem;
  }
  .price_table .small {
    font-size: 1.1rem;
  }

  .brex_lp_guide {
    padding-bottom: 5rem;
    background: linear-gradient(180deg, #ced3d9 45rem, transparent 45rem);
  }
  .brex_lp_guide_swiper {
    max-width: 31.1rem;
  }
  .brex_lp_guide_swiper .swiper-slide {
    font-size: 1.4rem;
  }
  .brex_lp_guide_swiper .tit {
    margin-bottom: -1.8rem;
    padding: 0.5rem 1.6rem;
    font-size: 1.8rem;
  }
  .brex_lp_guide_swiper .swiper_ctrl {
    display: flex;
    position: relative;
    margin-top: 3.5rem;
  }
  .brex_lp_guide_swiper .swiper-pagination {
    width: auto;
  }
  .brex_lp_guide_swiper .swiper-button-next,
  .brex_lp_guide_swiper .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: 4rem;
    height: 4rem;
  }
  .brex_lp_guide_swiper .swiper-button-prev {
    left: auto;
    right: 4.8rem;
  }
  .brex_lp_guide_swiper .swiper-button-next {
    right: 0;
  }
  .guide_tickets {
    margin-top: 5.4rem;
  }
  .guide_tickets .th {
    padding: 0.6rem 1rem;
    font-size: 1.8rem;
  }
  .guide_tickets .td {
    padding: 2rem;
  }
  .guide_tickets .display {
    display: block;
  }
  .guide_tickets .display .logo {
    margin: 0 auto 2rem;
    width: 19.8rem;
  }
  .guide_tickets .display .info {
    width: auto;
    font-size: 1.2rem;
  }

  .brex_lp_rule,
  .brex_lp_faq {
    padding-bottom: 5rem;
  }

  .rule_list .head {
    padding: 0.5rem 1.6rem;
    font-size: 1.8rem;
  }
  .rule_list {
    padding: 3.8rem 2rem 2.4rem;
  }
  .rule_list li {
    font-size: 1.4rem;
  }
  .rule_list li .tit {
    font-size: 1.6rem;
  }

  .brex_lp_faq .faq_cate {
    margin-bottom: 2.4rem;
    border-radius: 0.4rem;
    border-width: 1px;
  }
  .brex_lp_faq .faq_cate a {
    height: 4.2rem;
    font-size: 1.2rem;
  }
  .brex_lp_faq .faq_cate a + a {
    border-left-width: 1px;
  }
  .brex_lp_faq .faq_cate .active:after {
    width: 1.4rem;
    height: 1rem;
    background-image: url(../image/common/icon_talk_arr_sp.png);
  }
  .faq_list li {
    font-size: 1.4rem;
  }
  .faq_list .quest {
    padding: 1.6rem 5rem 1.6rem 6rem;
    background-position: right 1.6rem center;
    background-size: 2rem;
  }
  .faq_list .quest .step {
    width: 5rem;
    font-size: 2.4rem;
  }
  .faq_list .answer {
    position: relative;
    padding: 1.6rem 0 1.6rem 5rem;
  }
  .faq_list .answer:before {
    left: 1.6rem;
    top: 1.8rem;
    font-size: 2.4rem;
  }
}
