@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*/
a {
  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 {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  color: #333;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("../font/JosefinSans-BoldItalic.eot");
  src: url("../font/JosefinSans-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("../font/JosefinSans-BoldItalic.woff2") format("woff2"),
    url("../font/JosefinSans-BoldItalic.woff") format("woff"),
    url("../font/JosefinSans-BoldItalic.ttf") format("truetype"),
    url("../font/JosefinSans-BoldItalic.svg#JosefinSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("../font/JosefinSans-Bold.eot");
  src: url("../font/JosefinSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/JosefinSans-Bold.woff2") format("woff2"),
    url("../font/JosefinSans-Bold.woff") format("woff"),
    url("../font/JosefinSans-Bold.ttf") format("truetype"),
    url("../font/JosefinSans-Bold.svg#JosefinSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.Josefin {
  font-family: "Josefin Sans";
  font-weight: bold;
  font-style: normal;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* !brex_lp_wrapper
---------------------------------------------------------- */
#brex_lp_wrapper {
  overflow: hidden;
  position: relative;
}

#brex_lp_wrapper:before {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../image/photos.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
}

/* !header
---------------------------------------------------------- */
.brex_lp_logo {
  text-align: center;
  background-color: #002946;
  padding: 10px 0 11px;
}

#brex_lp_header {
  background-color: #002946;
  padding: 10px 60px 11px;
  box-sizing: border-box;
  position: fixed;
  top: -70px;
  width: 100%;
  height: 70px;
  z-index: 50;
  transition: all 0.5s;
}

.brex_lp_header_box a {
  display: inline-block;
  text-decoration: none;
}

.brex_lp_header_box dl {
  display: table;
  width: 100%;
}

.brex_lp_header_box dl dt,
.brex_lp_header_box dl dd {
  display: table-cell;
  vertical-align: middle;
}

.brex_lp_header_box dl dt {
  width: 60px;
}

.brex_lp_header_box dl dd {
  padding-left: 14px;
  box-sizing: border-box;
}

.brex_lp_header_box dl dd h3 {
  color: #ffcf00;
  font-size: 2.1rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.33;
}

.brex_lp_header_box dl dd p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.33;
}

.brex_lp_btn_menu {
  position: absolute;
  right: 60px;
  top: 12px;
  cursor: pointer;
}

.brex_lp_btn_menu span {
  width: 93px;
  height: 46px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.brex_lp_btn_menu span.menu {
  display: flex;
}

.brex_lp_btn_menu span.close {
  display: none;
}

.brex_lp_btn_menu.active span.menu {
  display: none;
}

.brex_lp_btn_menu.active span.close {
  display: flex;
}

.brex_lp_btn_line {
  position: absolute;
  right: 184px;
  top: 12px;
}

.brex_lp_btn_line a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 46px;
}

#brex_lp_navi {
  position: fixed;
  right: -600px;
  top: 70px;
  width: 402px;
  height: calc(100vh - 70px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #002946;
  z-index: 10;
  transition: all 0.5s;
}

#brex_lp_navi.open {
  right: 0;
}

.brex_lp_navi_box {
  padding: 25px 25px 60px 25px;
  box-sizing: border-box;
}

.brex_lp_navi_box ul li {
  margin-bottom: 14px;
}

.brex_lp_navi_box ul li a {
  text-decoration: none;
}

.brex_lp_navi_box ul li a h3 {
  color: #ffcf00;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}

.brex_lp_navi_box ul li a p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.inner {
  max-width: 1120px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}

.inner_s {
  max-width: 920px;
}

.inner_xs {
  max-width: 720px;
}

/* !navi
---------------------------------------------------------- */
/* #brex_lp_navi {} */

/* !mainVisual
---------------------------------------------------------- */
.brex_lp_mainVisual {
  position: relative;
}

.brex_lp_mainVisual img {
  width: 100%;
}

.borderIcon {
  position: relative;
}

.borderIcon:before {
  position: absolute;
  right: 0;
  bottom: -33px;
  content: "";
  width: 85.69%;
  height: 33px;
  background: #ffcf00;
  z-index: 5;
}

.borderIcon:after {
  position: absolute;
  right: 85.69%;
  bottom: -33px;
  content: "";
  width: 0;
  height: 0;
  border-top: 33px solid #ffcf00;
  border-left: 33px solid transparent;
  z-index: 5;
}

.brex_lp_aboutWrap {
  background-color: #ededed;
  padding: 113px 0 120px;
}

.brex_lp_aboutWrap.borderIcon:before {
  background: #ededed;
}

.brex_lp_aboutWrap.borderIcon:after {
  border-top: 33px solid #ededed;
}

.hdL {
  text-align: center;
  background: url("../image/ttl_bg.svg") no-repeat center center;
  padding: 40px 0 41px;
  min-height: 244px;
  box-sizing: border-box;
}

.hdL span {
  display: block;
}

.hdL span.eng {
  font-weight: bold;
  font-size: 10.5rem;
  color: #002946;
  font-style: italic;
  line-height: 1;
  transform: rotate(-5deg);
}

.hdL span.font {
  font-weight: bold;
  font-size: 5.9rem;
  color: #002946;
  font-style: italic;
  line-height: 1;
  transform: rotate(-5deg);
}

.brex_lp_aboutItem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0 0;
}

.brex_lp_aboutList {
  flex: 0 0 50%;
}

.brex_lp_aboutInfo {
  flex: 0 0 46.36%;
  display: flex;
  align-items: center;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.brex_lp_movieWrap {
  background-color: #fff1b2;
  padding: 113px 0 120px;
}

.brex_lp_movieWrap.borderIcon:before {
  background: #fff1b2;
}

.brex_lp_movieWrap.borderIcon:after {
  border-top: 33px solid #fff1b2;
}

.brex_lp_movieBox {
  text-align: center;
  width: 100%;
  margin: 40px auto 0;
  max-width: 800px;
  height: 450px;
}

.brex_lp_movieBox iframe {
  width: 100%;
  height: 100%;
}

.brex_lp_clickWrap {
  position: relative;
  overflow: hidden;
  min-height: 1133px;
  padding: 113px 0 227px;
  box-sizing: border-box;
}

.brex_lp_clickWrap_inner {
  position: relative;
  z-index: 3;
}

.brex_lp_clickWrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 41, 70, 0.7);
  content: "";
  z-index: 2;
}

.brex_lp_clickWrap:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 146px;
  background: url("../image/click_icon.svg") no-repeat center 0;
  background-size: auto 146px;
  content: "";
  z-index: 2;
}

.brex_lp_loop_wrap {
  display: flex;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.brex_lp_loop_wrap img {
  max-width: none;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.brex_lp_loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.brex_lp_loop_wrap img:nth-child(2) {
  animation: loop2 50s linear infinite;
}

.brex_lp_loop_wrap img:nth-child(3) {
  animation: loop2 50s linear infinite;
}

.brex_lp_loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}

.brex_lp_clickHdL {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 3.8rem;
  line-height: 1.3;
  background: url("../image/click_img.svg") no-repeat center center;
  padding: 92px 0 93px;
  background-size: auto 100%;
}

.brex_lp_clickList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 80px;
  box-sizing: border-box;
}

.brex_lp_clickList .brex_lp_clickArea {
  flex: 0 0 27.028%;
}

.brex_lp_clickList .brex_lp_clickArea a {
  background: url("../image/click_arrow.svg") no-repeat center bottom 16px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #002946;
  box-sizing: border-box;
  box-shadow: 0 7px 0 #002946;
  padding: 20px 10px 60px;
  min-height: 200px;
  display: block;
  text-decoration: none;
  color: #002946;
  line-height: 1.3;
}

.brex_lp_clickList .brex_lp_clickArea a:hover {
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}

.brex_lp_clickList .number {
  font-size: 4.1rem;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 3px;
}

.brex_lp_clickList .note {
  font-size: 2.4rem;
  font-weight: bold;
}

.brex_lp_clickList .brex_lp_clickArea:first-child,
.brex_lp_clickList .brex_lp_clickArea:nth-child(2),
.brex_lp_clickList .brex_lp_clickArea:nth-child(3) {
  margin-bottom: 70px;
}

.brex_lp_clickList .brex_lp_clickArea:first-child {
  margin-top: 80px;
}

.brex_lp_clickList .brex_lp_clickArea:nth-child(2) {
  margin-top: 40px;
}

.brex_lp_clickList .brex_lp_clickArea:nth-child(5) {
  margin-top: -40px;
}

.brex_lp_clickList .brex_lp_clickArea:nth-child(6) {
  margin-top: -80px;
}

.brex_lp_gameWrap {
  background-color: #ccd4da;
  padding: 46px 0 120px;
}

.brex_lp_gameWrap.borderIcon:before {
  background: #ccd4da;
}

.brex_lp_gameWrap.borderIcon:after {
  border-top: 33px solid #ccd4da;
}

.hdM {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.hdM:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 600px;
  height: 4px;
  background-color: #002946;
  z-index: 1;
}

.hdM span {
  display: inline-block;
  padding: 0 25px;
  font-size: 9.5rem;
  line-height: 1.33;
  font-style: italic;
  font-weight: bold;
  background-color: #ccd4da;
  position: relative;
  z-index: 2;
  color: #002946;
}

.brex_lp_slderArea {
  position: relative;
  /* min-height: 478px; */
  margin: 60px 0 65px;
}

.brex_lp_slderArea:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 365px;
  background-color: #002946;
  border-radius: 0 0 20px 20px;
  z-index: 1;
}

.brex_lp_slderSub {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.33;
  background-color: #002946;
  border: 1px solid #000;
  width: 100%;
  max-width: 420px;
  padding: 8px 0;
  text-align: center;
}

.brex_lp_slderBox {
  position: relative;
  z-index: 2;
  padding: 30px 40px 50px 50px;
  box-sizing: border-box;
}

/* .brex_lp_slderItem {} */

.brex_lp_slderImg {
  float: left;
  width: 49.383%;
}

.brex_lp_slderImg img {
  width: 100%;
  border-radius: 26px;
  border: 2px solid #002946;
  box-sizing: border-box;
}

.brex_lp_slderImg .img {
  width: 100%;
  border-radius: 26px;
  border: 2px solid #002946;
  box-sizing: border-box;
  padding: 38px;
  background-color: #fff;
  overflow: hidden;
}

.brex_lp_slderImg .img img {
  border-radius: 0;
  border: 0;
}

.brex_lp_slderMess {
  overflow: hidden;
  padding-left: 30px;
  box-sizing: border-box;
  padding-top: 110px;
}

.brex_lp_slderArea01 .brex_lp_slderMess {
  padding-top: 140px;
}

.brex_lp_slderArea02 .brex_lp_slderMess {
  padding-top: 80px;
}

.brex_lp_slderMess .ttl {
  font-weight: bold;
  color: #ffcf00;
  line-height: 1.33;
  font-size: 2rem;
  margin-bottom: 13px;
}

.brex_lp_slderMess .ttl span {
  display: inline-block;
  font-weight: bold;
  font-size: 2.8rem;
  margin-right: 17px;
}

.brex_lp_slderMess .info {
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
  font-size: 1.6rem;
}

.brex_lp_slderBox .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: unset;
  bottom: 50px;
  margin-top: 0;
}

.brex_lp_slderBox .slick-prev {
  background: url("../image/slick_prev_white.svg") center center no-repeat;
  background-size: 100%;
  left: unset;
  right: 235px;
}

.brex_lp_slderBox .slick-next {
  background: url("../image/slick_next_white.svg") center center no-repeat;
  background-size: 100%;
  right: 165px;
}

.brex_lp_slderBox .slick-prev.slick-disabled,
.brex_lp_slderBox .slick-next.slick-disabled {
  opacity: 0.5;
}

.brex_lp_slderBox .slick-dots {
  bottom: -65px;
}

.brex_lp_slderBox .slick-dots li {
  width: 46px;
  height: 5px;
  margin: 0 4px;
  border: 0;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.brex_lp_slderBox .slick-dots li button {
  width: 46px;
  height: 5px;
}

.brex_lp_slderBox .slick-dots li.slick-active {
  background: #002946;
}

.brex_lp_slderSecond {
  padding: 40px 0 0;
}

.brex_lp_slderSecond .brex_lp_slderSub {
  background-color: #ffcf00;
  border: 1px solid #002946;
  color: #002946;
}

.brex_lp_slderSecond .brex_lp_slderArea:before {
  background-color: #ffcf00;
}

.brex_lp_slderSecond .brex_lp_slderImg img {
  border: 2px solid #ffcf00;
}

.brex_lp_slderSecond .brex_lp_slderMess .ttl {
  color: #002946;
  font-size: 2.8rem;
}

.brex_lp_slderSecond .brex_lp_slderMess .info {
  color: #002946;
}

.brex_lp_slderSecond .brex_lp_slderMess .note {
  color: #002946;
}

.brex_lp_area {
  padding: 60px 0 110px;
  overflow: hidden;
}

.brex_lp_inner {
  padding: 0 100px;
  margin: 0 auto;
  max-width: 1180px;
  box-sizing: border-box;
}

.brex_lp_area .area_wrap {
  position: relative;
}

.brex_lp_area .area_box {
  position: relative;
  width: 100%;
  z-index: 2;
}

.the-shelf {
  overflow-x: scroll;
  position: relative;
  width: 100vw;
  transform: translateX(calc(490px - max(1180px, 100vw) / 2));
}

.the-shelf .flex-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  gap: 28px;
  padding: 30px 0;
  transform: translateX(calc(max(1180px, 100vw) / 2 - 520px));
}

.brex_lp_area .area_list .swiper-slide {
  position: relative;
  width: 340px;
  box-sizing: border-box;
}

.brex_lp_area .area_list .swiper-slide:last-child {
  width: 390px;
  padding-right: 50px;
}

.brex_lp_area .area_list .tit {
  font-weight: bold;
  font-size: 1.8rem;
  color: #002946;
  padding: 20px 0 15px;
}

.brex_lp_area .area_list .txt {
  font-weight: 500;
  font-size: 1.4rem;
  color: #002946;
}

/*.brex_lp_area .area_wrap:before{
	position: absolute;
	left: 327px;
	top: 110px;
	background: url('../image/arrow_forward.svg')no-repeat 0 0;
	content: '';
	width: 27px;
	height: 27px;
	background-size: 100% auto;
}*/
.brex_lp_banner {
  margin-top: 114px;
}

.brex_lp_bannerItem {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 925px;
  width: 100%;
  margin: 0 auto;
}

.brex_lp_bannerImage {
  width: calc(50% - 51px);
}

.brex_lp_bannerImage+.brex_lp_bannerImage {
  margin-left: 51px;
}

.brex_lp_bannerImage img {
  width: 100%;
}

.brex_lp_btn_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 67px 0 0;
  max-width: 744px;
  width: 100%;
  margin: 0 auto;
}

.brex_lp_btn_area p {
  width: calc(50% - 13px);
}

.brex_lp_btn_area p a {
  display: block;
  width: 100%;
}

.brex_lp_btn_area a img {
  width: 100%;
}

.brex_lp_btn_area p+p {
  margin-left: 26px;
}

.openBox {
  background-color: #002946;
  display: none;
}

.openBox.show {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
}

.openItem {
  padding: 20px;
  text-align: center;
}

.openItem p {
  text-align: center;
  margin-top: 20px;
}

.openItem h2 {
  display: inline-block;
  border: 2px solid #f7d147;
}

.openItem img {
  max-width: 700px;
  box-sizing: border-box;
}

.openBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #f7d147;
  background-color: #fff;
  box-shadow: 0 2px 0 #f7d147;
  font-weight: bold;
  font-size: 2.3rem;
  text-decoration: none;
  color: #002946;
  margin: 0 auto;
}

.swiper-box .img {
  border: 2px solid #002946;
  border-radius: 20px;
  overflow: hidden;
}

.swiper-box .img img {
  width: 100%;
}

.brex_lp_goods_tabWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0 0;
}

.brex_lp_goods_tabCtrl {
  flex: 0 0 50%;
}

.brex_lp_goods_tabCtrl_box {
  padding: 0 60px 30px;
  box-sizing: border-box;
}

.brex_lp_goods_list {
  margin-left: -13px;
}

.brex_lp_goods_list p {
  float: left;
  width: 50%;
  padding-left: 13px;
  margin-bottom: 13px;
  box-sizing: border-box;
}

.brex_lp_goods_list p a {
  display: block;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
}

.brex_lp_goods_list p a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #002946;
  content: "";
  border-radius: 20px;
}

.brex_lp_goods_list p a.btnAcv:before {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid #e50012;
  content: "";
  border-radius: 20px;
}

.brex_lp_goods_list p a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.brex_lp_goods_tab_content {
  flex: 0 0 50%;
}

.tabBox {
  display: none;
}

.show {
  display: block;
}

.brex_lp_goods_tab_content_Item {
  border: 2px solid #002946;
  background-color: #ededed;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
}

.brex_lp_goods_tab_content_Item .img {
  margin-bottom: 8px;
  border-radius: 20px;
  border: 2px solid #002946;
  /* box-sizing: border-box; */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 382px;
  width: calc(100% - 4px);
  overflow: hidden;
}

/* .brex_lp_goods_tab_content_Item .img img{
	width: 100%;
} */

.brex_lp_goods_tab_content_Item .price {
  color: #002946;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 16px 0;
  overflow: hidden;
}

.brex_lp_goods_tab_content_Item .price span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 30px;
  margin-right: 13px;
  vertical-align: middle;
  color: #fff;
  background-color: #002946;
  border-radius: 4px;
  float: left;
}

.brex_lp_goods_tab_content_Item .note {
  color: #002946;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 16px 0 0;
}

.brex_lp_btn {
  text-align: center;
}

.brex_lp_btn a {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

.brex_lp_foods {
  padding: 120px 0 0;
}

.brex_lp_playWrap {
  background-color: #ededed;
  padding: 113px 0 120px;
}

.brex_lp_playWrap.borderIcon:before {
  background: #ededed;
}

.brex_lp_playWrap.borderIcon:after {
  border-top: 33px solid #ededed;
}

.brex_lp_playWrap .hdM span {
  background-color: #ededed;
}

.brex_lp_playItem {
  position: relative;
  text-align: center;
  margin: 78px 0;
}

.brex_lp_playItem:before {
  position: absolute;
  right: -100px;
  top: -140px;
  z-index: 1;
  content: "";
  width: 275px;
  height: 275px;
  background-color: #ffcf00;
  border-radius: 50%;
}

.brex_lp_playItem:after {
  position: absolute;
  left: -100px;
  bottom: -140px;
  z-index: 1;
  content: "";
  width: 275px;
  height: 275px;
  background-color: #ccd4da;
  border-radius: 50%;
}

.brex_lp_playItem p {
  border-radius: 16px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.brex_lp_playItem p img {
  width: 100%;
}

.brex_lp_ruleWrap {
  background-color: #fff1b2;
  padding: 113px 0 120px;
}

.brex_lp_ruleWrap.borderIcon:before {
  background: #fff1b2;
}

.brex_lp_ruleWrap.borderIcon:after {
  border-top: 33px solid #fff1b2;
}

.brex_lp_ruleWrap .hdM span {
  background-color: #fff1b2;
}

.brex_lp_ruleWrap_title {
  text-align: center;
  margin: 60px auto;
}

.brex_lp_ruleWrap_title span {
  display: inline-block;
  text-align: center;
  padding: 8px 40px;
  color: #fff;
  background-color: #002946;
  border: 1px solid #000;
  font-size: 2.8rem;
  font-weight: bold;
}

.brex_lp_ruleItem {
  margin-bottom: 52px;
}

.brex_lp_ruleItem .img {
  float: left;
  width: 50%;
}

.brex_lp_ruleItem .note {
  overflow: hidden;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.9;
}

.brex_lp_ruleWrap_sub {
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.03em;
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
  color: #002946;
  margin-bottom: 30px;
}

.brex_lp_ruleWrap_sub:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 9px;
  background-color: #ffcf00;
  border-radius: 200px;
}

.brex_lp_ruleItem .note dl {
  display: table;
  width: 100%;
  margin-top: 18px;
}

.brex_lp_ruleItem .note dl dt,
.brex_lp_ruleItem .note dl dd {
  display: table-cell;
  vertical-align: middle;
}

.brex_lp_ruleItem .note dl dt {
  width: 60px;
  color: #fff;
  background-color: #002946;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}

.brex_lp_ruleItem .note dl dt span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
}

.brex_lp_ruleItem .note dl dd {
  padding-left: 14px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  color: #002946;
}

.brex_lp_ruleItem .note .dlbox {
  margin-top: 50px;
}

.brex_lp_ruleList {
  background-color: #002946;
  border-radius: 16px;
  border: 1px solid #002946;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}

.brex_lp_rule_icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  background: url("../image/rule_icon.svg") no-repeat 0 0;
  background-size: 100% auto;
  display: inline-block;
  color: #002946;
  font-weight: bold;
  font-size: 2.6rem;
  font-style: italic;
  padding: 4px 29px 0;
}

.brex_lp_ruleList_bor {
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 37px 20px;
  box-sizing: border-box;
}

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

.brex_lp_ruleList_fox_mess,
.brex_lp_ruleList_fox_img {
  flex: 0 0 50%;
}

.brex_lp_ruleList_fox_mess {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
}

.brex_lp_ruleList_fox_mess .sub {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.35;
}

.brex_lp_ruleList_fox_mess .text {
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.52;
  margin-top: 20px;
}

.brex_lp_ruleList_fox_img {
  text-align: right;
}

.brex_lp_ticketWrap {
  background-color: #fafafa;
  padding: 113px 0 120px;
}

.brex_lp_ticketWrap.borderIcon:before {
  background: #fafafa;
}

.brex_lp_ticketWrap.borderIcon:after {
  border-top: 33px solid #fafafa;
}

.brex_lp_ticketWrap .hdM span {
  background-color: #fafafa;
}

.brex_lp_bwteen {
  text-align: center;
  margin: 60px 0;
}

.brex_lp_bwteen span {
  display: inline-block;
  padding: 0 75px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.45;
  position: relative;
  color: #002946;
}

.brex_lp_bwteen span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 3px;
  height: 78px;
  background-color: #002946;
  transform: rotate(-20deg);
}

.brex_lp_bwteen span:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 3px;
  height: 78px;
  background-color: #002946;
  transform: rotate(20deg);
}

.brex_lp_ticket_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: end;
  align-items: flex-end;
}

.brex_lp_ticket_wrap_content {
  flex: 0 0 50%;
}

.brex_lp_ticket_wrap_tabCtrl {
  flex: 0 0 50%;
}

.brex_lp_ticket_wrap_tabCtrl_item {
  padding: 0 45px;
  box-sizing: border-box;
}

.brex_lp_ticket_wrap_tabCtrl_list {
  padding: 0 40px;
  box-sizing: border-box;
}

.brex_lp_ticket_wrap_tabCtrl_list p {
  float: left;
  width: 33.33%;
  text-align: center;
  margin: 20px 0;
}

.brex_lp_ticket_wrap_tabCtrl_list p a {
  font-size: 3.3rem;
  font-weight: bold;
  color: #002946;
  display: block;
  text-decoration: none;
  border-right: 1px solid #bababa;
  line-height: 1.2;
}

.brex_lp_ticket_wrap_tabCtrl_list p a.none {
  border: 0;
}

.brex_lp_ticket_wrap_content.expired .brex_lp_ticket_pic {
  position: relative;
}

.brex_lp_ticket_wrap_content.expired .brex_lp_ticket_pic:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  background: rgba(165, 165, 165, 0.8);
}

.brex_lp_ticket_wrap_note {
  text-align: center;
  color: #002946;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 30px;
}

.brex_lp_ticket_num {
  text-align: center;
  color: #002946;
  font-size: 3.1rem;
  font-weight: bold;
}

.brex_lp_ticket_num li {
  display: none;
}

.brex_lp_ticket_num .current {
  display: block;
}

.brex_lp_ticket_date {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  padding: 22px 0 15px;
}

.brex_lp_ticket_date span {
  display: inline-block;
  flex: 0 0 14.2857%;
  color: #002946;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.brex_lp_ticket_date span.blue {
  color: #007aff;
}

.brex_lp_ticket_date span.red {
  color: #ff0000;
}

.brex_lp_ticket_wrap_note02 {
  margin-top: 20px;
}

.brex_lp_ticket_icon {
  margin: 17px 0 0;
}

.brex_lp_ticket_icon span {
  display: inline-block;
  color: #002946;
  font-size: 1.7rem;
  font-weight: bold;
  padding-left: 60px;
  box-sizing: border-box;
  background: url("../image/brex_lp_ticket_icon_02.svg") no-repeat left top 4px;
}

.brex_lp_ticket_icon span.first {
  margin-right: 40px;
  background: url("../image/brex_lp_ticket_icon_01.svg") no-repeat left top 4px;
}

.brex_lp_league_wrap {
  padding: 78px 0 0;
}

.brex_lp_league_wrap .brex_lp_bwteen span:before,
.brex_lp_league_wrap .brex_lp_bwteen span:after {
  height: 52px;
}

.brex_lp_league_wrap .brex_lp_slderMess .ttl span {
  font-size: 2.8rem;
  margin-right: 0;
}

.brex_lp_league_wrap .slick-dots li {
  background: #002946;
}

.brex_lp_league_wrap .brex_lp_slderBox .slick-dots li.slick-active {
  background: #ffcf00;
}

.brex_lp_league_wrap .brex_lp_slderImg {
  position: relative;
}

.brex_lp_league_wrap .brex_lp_slderImg span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffcf00;
  font-weight: bold;
  font-size: 2.7rem;
  font-style: italic;
  border-radius: 0 10px 10px 0;
  width: 36px;
  height: 166px;
  background-color: #002946;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  text-orientation: upright;
}

.brex_lp_league_wrap .brex_lp_btn {
  padding: 60px 0 0;
}

.brex_lp_league_wrap .brex_lp_btn a span {
  background: url(../image/btn_tick.svg) no-repeat left 13px center;
  padding-left: 38px;
}

.brex_lp_league_note {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.9;
}

.brex_lp_bwteen .small:before,
.brex_lp_bwteen .small:after {
  content: unset;
}

.brex_lp_league_text {
  background: #fff;
  border: 1px solid #707070;
  padding: 30px;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  font-weight: 500;
}

.brex_lp_btn_league {
  display: flex;
  align-items: center;
  padding: 67px 0 0;
  max-width: 744px;
  width: 100%;
  margin: 0 auto;
}

.brex_lp_btn_league p {
  width: calc(50% - 13px);
}

.brex_lp_btn_league p a {
  display: block;
  width: 100%;
}

.brex_lp_btn_league a img {
  width: 100%;
}

.brex_lp_btn_league p+p {
  margin-left: 26px;
}

.brex_lp_league_map {
  text-align: center;
  padding: 0 0 60px;
}

.brex_lp_league_wrap .brex_lp_league_pb {
  padding-bottom: 40px;
}

.brex_lp_slderArea02:before {
  height: 320px;
}

.brex_lp_mapWrap {
  background-color: #ccd4da;
  padding: 113px 0 10px;
}

.brex_lp_mapWrap.borderIcon:before {
  background: #ccd4da;
}

.brex_lp_mapWrap.borderIcon:after {
  border-top: 33px solid #ccd4da;
}

.brex_lp_mapWrap .hdM span {
  background-color: #ccd4da;
}

.brex_lp_mapArea {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.brex_lp_mapArea_img {
  text-align: center;
  padding: 0 0 40px;
}

.brex_lp_mapArea_info {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.42;
  margin-bottom: 40px;
  color: #000;
}

.brex_lp_mapArea .brex_lp_btn span {
  background: url("../image/btn_map.svg") no-repeat left 50px center;
  padding-left: 40px;
}

.brex_lp_traffic_area {
  margin: 60px 0 0;
  border-radius: 0 0 22px 22px;
  /* border-bottom: 2px solid #002946; */
}

.max_scroll {
  height: 630px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.max_scroll::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

.brex_lp_traffic_Box {
  border: 2px solid #002946;
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
}

.brex_lp_traffic_content {
  padding: 0 50px;
  box-sizing: border-box;
}

.brex_lp_traffic_tabCtrl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #e4e4e4;
  border-radius: 20px 20px 0 0;
  width: 700px;
}

.brex_lp_traffic_tabCtrl li {
  display: inline-block;
  flex: 1;
}

.brex_lp_traffic_tabCtrl li a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #002946;
  text-decoration: none;
  display: block;
  position: relative;
}

.brex_lp_traffic_tabCtrl li a span {
  padding: 83px 0 16px;
}

.brex_lp_traffic_tabCtrl li a.btnAcv {
  background-color: #002946;
  color: #ffcf00;
}

.brex_lp_traffic_tabCtrl li a.btnAcv:before {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 28px solid #002946;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-bottom: 0;
  content: "";
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 2;
}

/* .brex_lp_traffic_tabCtrl li:first-child a.btnAcv,.brex_lp_traffic_tabCtrl li:first-child a{
	border-radius: 18px 0 0 18px;
}
.brex_lp_traffic_tabCtrl li:last-child a.btnAcv,.brex_lp_traffic_tabCtrl li:last-child a{
	border-radius: 0 18px 18px 0;
} */

.map01 {
  display: block;
  background: url("../image/map_01.svg") no-repeat center bottom 50px;
  border-radius: 18px 0 0 18px;
}

.map02 {
  display: block;
  background: url("../image/map_02.svg") no-repeat center bottom 50px;
}

.map03 {
  display: block;
  background: url("../image/map_03.svg") no-repeat center bottom 50px;
}

.map04 {
  display: block;
  background: url("../image/map_04.svg") no-repeat center bottom 50px;
  border-radius: 0 18px 18px 0;
}

.brex_lp_traffic_sub {
  position: relative;
  font-weight: bold;
  font-size: 3rem;
  margin: 45px 0;
  text-align: center;
  color: #002946;
}

.brex_lp_traffic_sub span {
  font-size: 4.6rem;
  font-weight: bold;
}

.brex_lp_traffic_sub em {
  position: relative;
  font-weight: bold;
  display: inline-block;
}

.brex_lp_traffic_sub em:before {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ffcf00;
  content: "";
  width: 100%;
  height: 7px;
  border-radius: 200px;
}

.brex_lp_traffic_list {
  padding: 0 0 130px 0;
  position: relative;
  color: #002946;
}

.brex_lp_traffic_list .img {
  border-radius: 20px;
}

.brex_lp_traffic_list .img img {
  width: 100%;
}

.brex_lp_traffic_list .sub {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 20px 0;
}

.brex_lp_traffic_list .text {
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
}

.brex_lp_traffic_Item {
  position: relative;
}

.brex_lp_traffic_Item:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  background: url("../image/car_arrow.svg") no-repeat 0 0;
  background-size: 100% auto;
  content: "";
  width: 124px;
  height: 62px;
}

.brex_lp_traffic_Item:last-child:before {
  display: none;
}

.brex_lp_traffic_Item:last-child .brex_lp_traffic_list {
  padding-bottom: 50px;
}

.brex_lp_traffic_Item03 .brex_lp_traffic_list {
  padding-bottom: 80px;
}

.brex_lp_traffic_Item03:before {
  display: none;
}

.brex_lp_traffic_Item03:after {
  position: absolute;
  left: 0;
  bottom: 50px;
  background: #ccd4da;
  content: "";
  width: 100%;
  height: 4px;
}

.brex_lp_table_content {
  padding: 50px 10px 20px;
  box-sizing: border-box;
}

.tableWrap {
  padding: 0 0 30px 0;
}

.tableBtn {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 0;
  background: url("../image/plus.svg") no-repeat right 10px center;
  background-color: #002946;
  cursor: pointer;
}

.tableBtn.active {
  background: url("../image/mite.svg") no-repeat right 10px center;
  background-color: #002946;
}

.tableList {
  padding: 20px 0 0;
}

.tableFox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
  box-sizing: border-box;
}

.tableLeft {
  flex: 0 0 46%;
}

.tableRight {
  flex: 0 0 44%;
}

.tableTtl {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #002946;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facilityItem {
  border: 1px solid #707070;
  border-left: 0;
  color: #002946;
  text-align: center;
}

.facilityItem table {
  width: 100%;
}

.facilityItem table tr {
  border-bottom: 1px solid #707070;
}

.facilityItem table tr:nth-child(even) {
  background-color: #e4e4e4;
}

.facilityItem table tr td {
  padding: 3px 4px;
  box-sizing: border-box;
  border-left: 1px solid #707070;
  font-size: 1rem;
  font-weight: bold;
}

#map04.brex_lp_traffic_content {
  padding: 0;
}

.tableArea {
  display: flex;
  justify-content: center;
}

.tableArea .facilityItem {
  flex: 0 0 40%;
  margin: 0 8px;
  box-sizing: border-box;
}

.tableNote {
  text-align: center;
  color: #ff0000;
  font-size: 1.2rem;
  padding: 20px 0 0;
}

.brex_lp_traffic_mess {
  font-size: 1.4rem;
  font-weight: 500;
  color: #002946;
  padding: 40px 0 0;
  letter-spacing: 0.03em;
}

.brex_lp_traffic_mess span {
  color: #c90000;
  display: block;
}

.brex_lp_mapWrap .brex_lp_bwteen span:before,
.brex_lp_mapWrap .brex_lp_bwteen span:after {
  height: 52px;
}

.brex_lp_voiceWrap {
  background-color: #ededed;
  padding: 113px 0 120px;
}

.brex_lp_voiceWrap.borderIcon:before {
  background: #ededed;
}

.brex_lp_voiceWrap.borderIcon:after {
  border-top: 33px solid #ededed;
}

.brex_lp_voiceWrap .hdM span {
  background-color: #ededed;
}

.brex_lp_voice_wrap {
  padding: 75px 0 20px;
  max-width: 700px;
  margin: 0 auto;
}

.brex_lp_voice_area {
  margin-bottom: 60px;
}

.brex_lp_voice_btn {
  background: url("../image/voice_close.svg") no-repeat right 17px center;
  background-color: #ffcf00;
  text-align: center;
  border-radius: 10px 10px 0 0;
  border: 2px solid #002946;
  color: #002946;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 18px 0;
  position: relative;
}

.brex_lp_voice_btn.active {
  background: url("../image/voice_open.svg") no-repeat right 30px center;
  background-color: #ffcf00;
}

.brex_lp_voice_btn:before {
  position: absolute;
  bottom: 0;
  content: "";
  left: 8px;
  height: 90px;
}

.brex_lp_voice_btn.name01:before {
  background: url("../image/voice_01.svg") center center no-repeat;
  background-size: 99px auto;
  width: 144px;
  height: 104px;
}

.brex_lp_voice_btn.name02:before {
  background: url("../image/voice_02.svg") center center no-repeat;
  background-size: 126px auto;
  width: 144px;
}

.brex_lp_voice_btn.name03:before {
  background: url("../image/voice_03.svg") center center no-repeat;
  background-size: 103px auto;
  width: 144px;
}

.brex_lp_voice_btn.name04:before {
  background: url("../image/voice_04.svg") center center no-repeat;
  background-size: 144px auto;
  width: 144px;
}

.brex_lp_voice_btn.name05:before {
  background: url("../image/voice_05.svg") center center no-repeat;
  background-size: 104px auto;
  width: 144px;
}

.brex_lp_voice_btn.name06:before {
  background: url("../image/voice_06.svg") center center no-repeat;
  background-size: 107px auto;
  width: 144px;
  height: 90px;
}

.brex_lp_voice_btn.name07:before {
  background: url("../image/voice_07.svg") center center no-repeat;
  background-size: 81px auto;
  width: 144px;
  height: 93px;
}

.brex_lp_voiceWrap .brex_lp_btn a span {
  width: 100%;
  background: url(../image/btn_voice.svg) no-repeat left 34px center;
  padding-left: 30px;
  box-sizing: border-box;
}

.brex_lp_voice_box {
  padding: 30px 0 50px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.brex_lp_voice_list {
  background: url("../image/voice_bg.svg") no-repeat 0 0;
  background-size: 100% auto;
  width: 100%;
  max-width: 400px;
  height: 320px;
  margin: 0 auto;
  padding: 20px 20px 93px;
  box-sizing: border-box;
  position: relative;
}

.brex_lp_voice_text {
  height: 205px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}

.brex_lp_voice_name {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ffcf00;
  border-radius: 21px;
  color: #002946;
  font-weight: bold;
  font-style: italic;
  font-size: 1.5rem;
  padding: 4px 10px;
}

.brex_lp_voice_name span {
  display: inline-block;
  font-size: 2.3rem;
}

.brex_lp_faqWrap {
  background-color: #fff1b2;
  padding: 113px 0 100px;
}

.brex_lp_faqWrap.borderIcon:before {
  background: #fff1b2;
}

.brex_lp_faqWrap.borderIcon:after {
  border-top: 33px solid #fff1b2;
}

.brex_lp_faq_wrap {
  padding: 40px 0 0;
  max-width: 700px;
  margin: 0 auto;
}

.brex_lp_faq_area {
  margin-bottom: 20px;
}

.brex_lp_faq_btn {
  background: url("../image/faq_close.svg") no-repeat right 17px center;
  background-color: #002946;
  text-align: left;
  border-radius: 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 23px 0 23px 77px;
  position: relative;
  box-sizing: border-box;
  position: relative;
}

.brex_lp_faq_btn.active {
  background: url("../image/faq_open.svg") no-repeat right 30px center;
  background-color: #002946;
  border-radius: 10px 10px 0 0;
}

.brex_lp_faq_btn:before {
  position: absolute;
  left: 15px;
  top: 15px;
  border-radius: 50%;
  background-color: #ffcf00;
  color: #002946;
  content: "Q";
  font-family: "Josefin Sans";
  font-weight: bold;
  width: 40px;
  height: 40px;
  font-size: 2.6rem;
  font-style: italic;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brex_lp_faq_box {
  background-color: #fff;
  padding: 16px 35px 27px 62px;
  box-sizing: border-box;
  position: relative;
  border-radius: 0 0 10px 10px;
}

.brex_lp_faq_box:before {
  position: absolute;
  left: 15px;
  top: 15px;
  border-radius: 50%;
  background-color: #e50012;
  color: #fff;
  content: "A";
  font-family: "Josefin Sans";
  font-weight: bold;
  width: 40px;
  height: 40px;
  font-size: 2.6rem;
  font-style: italic;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brex_lp_faq_text {
  font-size: 1.6rem;
  color: #003f6b;
  line-height: 1.75;
}

.brex_lp_guideWrap {
  background-color: #ededed;
  padding: 113px 0 100px;
}

.brex_lp_guideWrap.borderIcon:before {
  background: #ededed;
}

.brex_lp_guideWrap.borderIcon:after {
  border-top: 33px solid #ededed;
}

.brex_lp_guideWrap .hdL span.font {
  font-size: 4rem;
}

.brex_lp_guide_img {
  text-align: center;
}

.brex_lp_guide_info {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #002946;
  padding: 20px 0 48px;
}

.brex_lp_appWrap {
  background-color: #fff;
  padding: 113px 0 50px;
}

.brex_lp_appWrap .hdL span.font {
  font-size: 3.6rem;
}

.brex_lp_appArea .brex_lp_btn a:after {
  display: none;
}

.brex_lp_appArea .brex_lp_btn a {
  max-width: 181px;
  height: 47px;
  font-size: 1.8rem;
}

.brex_lp_appArea .brex_lp_btn a:before {
  box-shadow: 0 6px 0 #002946;
  bottom: 2px;
  border-radius: 23px;
}

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

.brex_lp_app_left {
  flex: 0 0 30%;
}

.brex_lp_app_right {
  flex: 0 0 70%;
  display: flex;
  align-items: center;
}

.brex_lp_app_right dl {
  padding-left: 60px;
  box-sizing: border-box;
}

.brex_lp_app_right dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #002946;
  letter-spacing: 0.05em;
  padding: 0 0 5px 5px;
  box-sizing: border-box;
}

.brex_lp_app_right dl dd a {
  display: block;
}

.brex_lp_app_list {
  display: flex;
  align-items: center;
}

.brex_lp_app_note {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.9;
  margin: 40px 0;
}

.brex_lp_appArea .brex_lp_ruleWrap_title span {
  min-width: 420px;
}

.brex_lp_snsWrap {
  background-color: #fff;
  padding: 50px 0 120px;
}

.brex_lp_snsWrap .hdL span.font {
  font-size: 3.6rem;
}

.brex_lp_sns_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.brex_lp_sns_box a {
  display: block;
  text-align: center;
  margin: 0 25px;
  text-decoration: none;
  font-size: 1.2rem;
  color: #002946;
}

.brex_lp_sns_box p {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brex_lp_sns_box a span {
  display: block;
  margin-top: 4px;
}

.brex_lp_mapWrap .tabLink {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  /* grid-template: 0.2rem; */
}

.brex_lp_mapWrap .tabLink li {
  width: 100%;
  display: flex;
  align-items: flex-end;
  height: 145px;
}

.brex_lp_mapWrap .tabLink li a {
  height: 127px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #000;
  background: #d9d9d9;
  color: #002946;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}

.brex_lp_mapWrap .tabLink li a.is-active {
  background: #002946;
  color: #ffcf00;
  height: 145px;
}

.js-tab-box.is-hide {
  display: none !important;
}

.hide {
  display: none;
}

.brex_lp_mapWrap .tabAccess {
  margin-top: 140px;
}

.brex_lp_accessWrap {
  padding: 40px 43px;
  background: #002946;
}

.brex_lp_accessWrap .item {
  width: 100%;
}

.brex_lp_accessWrap .item .map img {
  width: 100%;
}

.brex_lp_accessWrap .google {
  margin-top: 4rem;
}

.brex_lp_accessWrap .google .add {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.brex_lp_accessWrap .google .btn {
  max-width: 476px;
  width: 100%;
  margin: 4rem auto 8.5rem;
}

.brex_lp_accessWrap .routes {
  border: 2px solid #fff;
  color: #002946;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.brex_lp_accessWrap .routesTab {
  display: flex;
  justify-content: space-between;
}

.brex_lp_accessWrap .routesTab li {
  position: relative;
  padding: 1.6rem 0;
  width: calc(34% - 0.2rem);
  background: #ddd;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

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

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

.brex_lp_accessWrap .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;
}

.brex_lp_accessWrap .routesTab .icon {
  height: 8.8rem;
  background-repeat: no-repeat;
  background-position: center;
}

.icon_foot {
  background-image: url("../image/access01/icon_work.svg");
}

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

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

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

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

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

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

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

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

.brex_lp_accessWrap .hd01 {
  /* margin-bottom: 3.2rem; */
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 3.0rem 0 1.5rem 0;
}

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

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

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

.brex_lp_accessWrap .routeLine {
  position: relative;
}

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

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

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

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

.brex_lp_accessWrap .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;
}

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

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

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

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

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

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

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

.brex_lp_accessWrap table {
  width: 100%;
}

.brex_lp_accessWrap .table01 {
  margin-bottom: 4rem;
}

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

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

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

.brex_lp_accessWrap .table02 {
  display: flex;
  justify-content: space-between;
}

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

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

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

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

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

.brex_lp_accessWrap .routes .detail {
  text-align: center;
  font-weight: 700;
}

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

.brex_lp_accessWrap .routes .sub {
  margin-bottom: 2.4rem;
  text-align: center;
  font-weight: 700;
}

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

.brex_lp_accessWrap .note {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  color: #e4e4e4;
  font-weight: 500;
}

.brex_lp_accessWrap .note .foucs {
  color: #f00;
}

/* brex_lp_footer
-----------------------------------------------------------*/
.brex_lp_pagetop {
  text-align: center;
}

.brex_lp_pagetop img {
  width: 100%;
}

.brex_lp_footer {
  background-color: #002946;
  padding: 80px 0 144px;
  text-align: center;
}

.brex_lp_footer h2 a {
  display: inline-block;
}

.brex_lp_footer p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.375;
  margin-top: 30px;
}

.personWrap {
  background-color: #002946;
  position: absolute;
  left: -100vw;
  top: -100vw;
  z-index: -1;
}

.personInner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 10px;
  box-sizing: border-box;
}

.personWrap.show {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
}

.personArea {
  border-radius: 60px;
  border: 4px solid #ffcf00;
  box-sizing: border-box;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.personBox {
  border-radius: 56px 56px 0 0;
  overflow: hidden;
}

.person_img {
  text-align: center;
  border-radius: 60px 60px 0 0;
  position: relative;
}

.person_img span {
  display: inline-block;
  color: #002946;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
  font-style: italic;
  font-size: 8rem;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px #fff;
}

.person_item {
  padding: 40px;
  box-sizing: border-box;
}

.person_name {
  font-weight: bold;
  color: #ffcf00;
  font-size: 3.2rem;
  padding: 20px 0;
}

.person_text {
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
}

.person_ul {
  padding: 30px 0 0;
}

.person_ul ul {
  border-top: 4px solid #013357;
}

.person_ul ul li {
  float: left;
  width: 33.33%;
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 4px solid #013357;
  box-sizing: border-box;
  padding: 10px 0 10px 20px;
  border-left: 4px solid #013357;
}

.person_ul ul li:nth-child(1),
.person_ul ul li:nth-child(4) {
  border-left: 0;
}

.person_ul ul li .yellow {
  color: #ffcf00;
}

.person_ul ul li .white {
  color: #fff;
}

.person_ul ul li .white02 {
  font-size: 1.8rem;
}

.person_num {
  text-align: left;
  max-width: calc(50% + 30px);
  padding-left: 30px;
  box-sizing: border-box;
}

.person_num li {
  text-align: center;
  display: inline-block;
  width: 52px;
  height: 52px;
  background: #ffcf00;
  font-weight: bold;
  font-size: 3.3rem;
  color: #002946;
  margin: 0 6px 12px;
  cursor: pointer;
  border: 2px solid #ffcf00;
  box-sizing: border-box;
  border-radius: 6px;
}

.person_num li.current {
  border: 2px solid #e50012;
}

.personArea .slick-arrow {
  width: 64px;
  height: 64px;
  top: unset;
  bottom: -100px;
  margin-top: 0;
}

.personArea .slick-prev {
  background: url("../image/prev_arrow.svg") center center no-repeat;
  background-size: 100%;
  left: unset;
  right: 380px;
}

.personArea .slick-next {
  background: url("../image/next_arrow.svg") center center no-repeat;
  background-size: 100%;
  right: 293px;
}

.personArea .slick-prev.slick-disabled,
.personArea .slick-next.slick-disabled {
  opacity: 0.4;
}

.person_btn {
  position: absolute;
  right: 110px;
  bottom: 100px;
}

.person_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #f7d147;
  background-color: #fff;
  box-shadow: 0 2px 0 #f7d147;
  font-weight: bold;
  font-size: 2.3rem;
  text-decoration: none;
  color: #002946;
}

.personWrap .slick-initialized .slick-slide {
  overflow: hidden;
}

.anchor {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}

/*.brex_lp_mapWrap .brex_lp_area .area_wrap:before {
    left: 327px;
    top: 110px;
    background: url(../image/arrow_forward_02.svg)no-repeat 0 0;
    background-size: 100% auto;
}*/

.brex_lp_ticket_wrap_flex {
  flex: 0 0 50%;
  overflow: hidden;
}

.brex_lp_ticket_wrap_flex .slick-arrow {
  width: 20px;
  height: 20px;
  top: 15px;
  margin-top: 0;
}

.brex_lp_ticket_wrap_flex .slick-prev {
  background: url("../image/date_prev.svg") center center no-repeat;
  background-size: 100%;
  left: 0;
}

.brex_lp_ticket_wrap_flex .slick-next {
  background: url("../image/date_next.svg") center center no-repeat;
  background-size: 100%;
  right: 0;
}