@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
    font-family: 'Reckoner';
    src: url('../webfonts/Reckoner.eot');
    src: url('../webfonts/Reckoner.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Reckoner.woff2') format('woff2'),
        url('../webfonts/Reckoner.woff') format('woff'),
        url('../webfonts/Reckoner.ttf') format('truetype'),
        url('../webfonts/Reckoner.svg#Reckoner') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
  font-family: 'ReckonerBold';
  src: url('../webfonts/ReckonerBold.svg#ReckonerBold') format('svg'),
       url('../webfonts/ReckonerBold.ttf') format('truetype'),
       url('../webfonts/ReckonerBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Reckoner_Bold';
  src: url('../webfonts/Reckoner_Bold.eot');
  src: url('../webfonts/Reckoner_Bold.eot?#iefix') format('embedded-opentype'),
       url('../webfonts/Reckoner_Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* !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;}

.pc-hide{
  display: none !important;
}

/* !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;}

/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
 color: #000;
	background: #FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
 font-size: 2.4rem;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.reckoner {
    font-family: 'Reckoner', sans-serif;
    font-weight: 500;
    font-style: normal;
}
.reckonerBold {
    font-family: 'ReckonerBold','Reckoner_Bold', sans-serif;
    font-weight: 500;
    font-style: normal;
}
.league {
    font-family: league-gothic, sans-serif;
    font-style: normal;
    font-weight: 400;
}

/* !wrapper
---------------------------------------------------------- */
#red_lp_wrapper {
	width: 100%;
  min-width: 1080px;
  overflow: hidden;
  padding-top: 70px;
}

/* !header
---------------------------------------------------------- */
#red_lp_header {
  position: relative;
}
#red_lp_header_inner{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #DA121F;
}
#red_lp_header_logo {
  line-height: 1;
  height: 54px;
  float: left;
  margin-left: 12px;
  padding: 8px 0;
  margin-right: 35px;
}
#red_lp_header_logo img {
  height: 54px;
}
.red_lp_btn_menu {
  position: absolute;
  right: 70px;
  top: 0px;
  z-index: 999;
  width: 70px;
  height: 70px;
  background: url(../image/menu.jpg) center center no-repeat;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  display: none;
}
.red_lp_btn_menu.active {
  background: url(../image/menu_close.jpg) center center no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1430px) {
  .red_lp_btn_menu {
    display: block;
  }
}

/* !navi
---------------------------------------------------------- */

#red_lp_navi > ul > li {
  float: left;
  padding: 0 30px;
  position: relative;
}
#red_lp_navi > ul > li > a {
  font-size: 1.4rem;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#red_lp_navi > ul > li > a.parent {
  padding-right: 22px;
  background: url(../image/ico_arrow_down.png) right center no-repeat;
  background-size: 14px auto;
}
#red_lp_navi > ul > li.active {
  background: #000;
}
#red_lp_navi > ul > li.active > a.parent {
  background: url(../image/ico_arrow_up.png) right center no-repeat;
  background-size: 14px auto;
}
#red_lp_navi > ul > li:hover {
  background: #000;
}
#red_lp_navi .red_lp_subnavi {
  position: absolute;
  left: 0;
  top: 100%;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 16px;
  background: #000;
  display: none;
}
#red_lp_navi .red_lp_subnavi li {
  border-bottom: 1px solid #585353;
}
#red_lp_navi .red_lp_subnavi li:first-child {
  border-top: 1px solid #585353;
}

#red_lp_navi .red_lp_subnavi li a {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
  padding: 14px 0;
  color: #fff;
}

@media screen and (max-width: 1430px) {
  #red_lp_navi > ul > li:nth-child(4),
  #red_lp_navi > ul > li:nth-child(5),
  #red_lp_navi > ul > li:nth-child(6) {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  #red_lp_navi {
    display: none;
  }
}
#red_lp_navi_drop {
  position: fixed;
  right: -375px;
  width: 375px;
  height: 100vh;
  background: #DA121F;
  top: 0;
  z-index: 997;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  padding: 80px 40px 20px;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
#red_lp_navi_drop.open {
  right: 0;
}
#red_lp_navi_drop > ul > li {
  border-bottom: 1px solid #fff;
}
#red_lp_navi_drop li a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 20px 14px 0;
  font-size: 1.4rem;
  line-height: 1.5;
  background: url(../image/ico_arrow_right_s.png) right 7px center no-repeat;
  background-size: 6px auto;
}
#red_lp_navi_drop > ul > li > a.parent {
  background: url(../image/ico_arrow_down.png) right 5px center no-repeat;
  background-size: 9px auto;
}
#red_lp_navi_drop > ul > li > a.parent.active {
  background: url(../image/ico_arrow_up.png) right 5px center no-repeat;
  background-size: 9px auto;
}
#red_lp_navi_drop .red_lp_subnavi {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: none;
  border-top: 1px solid #fff;
  padding: 10px 0;
}
#red_lp_navi_drop .red_lp_subnavi li {
  padding-right: 36px;
}

#red_lp_navi_drop .red_lp_subnavi li a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
  padding: 14px 20px 14px 0;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 1430px) {
  #red_lp_navi_drop > ul > li:nth-child(1),
  #red_lp_navi_drop > ul > li:nth-child(2),
  #red_lp_navi_drop > ul > li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  #red_lp_navi_drop > ul > li:nth-child(1),
  #red_lp_navi_drop > ul > li:nth-child(2),
  #red_lp_navi_drop > ul > li:nth-child(3) {
    display: block;
  }
}
#red_lp_social {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#red_lp_social button {
  width: 70px;
  height: 70px;
  border: 0;
  background: url(../image/sns.jpg) center center no-repeat;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}
#red_lp_social button.active {
  background: url(../image/sns_close.jpg) center center no-repeat;
  background-size: 100%;
}
#red_lp_social ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 22;
  background: #ffffff;
  display: none;
}
#red_lp_social ul li {
  padding: 15px;
}
#red_lp_social a {
  display: block;
  line-height: 1;
  text-align: center;
}



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


/* !match
---------------------------------------------------------- */
.red_lp_match {
  width: 100%;
  position: relative;
  padding: 80px 0;
  background: #CF1D2A;
}
.red_lp_match.white {
  background: #fff;
}
.red_lp_match.black {
  background: #000;
}
.red_lp_match.match_type01 {
  padding: 238px 0;
}
.red_lp_match.match_type01 .red_lp_match_slider {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}


.red_lp_match_item {
  width: 900px !important;
  margin: 0 60px;
  background: url(../image/bg_macth.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
.red_lp_match_item:before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000D0D;
  opacity: .5;
  content: '';
}

.red_lp_match_top {
  padding: 30px 80px 0;
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: #fff;
  box-sizing: border-box;
}

.red_lp_match_top .red_lp_match_teamA {
  float: left;
  width: 175px;
  text-align: center;
  padding-top: 30px;
}
.red_lp_match_top .red_lp_match_teamB {
  float: right;
  width: 175px;
  text-align: center;
  padding-top: 30px;
}
.red_lp_match_top .red_lp_match_teamA .caption,
.red_lp_match_top .red_lp_match_teamB .caption {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: bold;
}
.red_lp_match_top .red_lp_match_info {
  overflow: hidden;
  text-align: center;
}
.red_lp_match_top .red_lp_match_info img {
  height: 62px;
  margin: 0 auto;
}
.red_lp_match_top .red_lp_match_date {
  font-size: 10rem;
  line-height: 1;
}

.red_lp_match_top .red_lp_match_time {
  font-size: 6rem;
  line-height: 1;
}

.red_lp_match_top .red_lp_match_place {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 10px;
  font-weight: bold;
}

.red_lp_match_bottom {
  width: 100%;
  display: flex;
  height: 150px;
  position: relative;
  z-index: 2;
}
.red_lp_match_bottom li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.red_lp_match_bottom li img {
  height: 40px;
  display: block;
  margin: 0 auto 6px;
}
.red_lp_match_bottom li.red_lp_ticket02 img{
  height: 54px;
  margin: -10px auto 2px;
}
.red_lp_match_bottom li.red_lp_ticket03 img{
  height: 24px;
  margin: 8px auto 14px;
}
.red_lp_match_bottom li a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
}
.black .red_lp_match_bottom li a {
  color: #000;
}
.black .red_lp_match_bottom li.red_lp_ticket03 a{
  color: #fff;
}
.red_lp_match_bottom .red_lp_ticket_btn{
  padding: 5px 30px;
  border-radius: 30px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.red_lp_match_bottom .red_lp_ticket02 .red_lp_ticket_btn{
  background: #CF1D2A;
  color: #fff;
}
.white .red_lp_match_bottom .red_lp_ticket02 .red_lp_ticket_btn,
.black .red_lp_match_bottom .red_lp_ticket02 .red_lp_ticket_btn{
  background: #fff;
  color: #CF1D2A;
}
.red_lp_match_bottom .red_lp_ticket01 .red_lp_ticket_btn{
  background: #fff;
  color: #000;
}
.black .red_lp_match_bottom .red_lp_ticket01 .red_lp_ticket_btn{
  background: #000;
  color: #fff;
}
.red_lp_match_bottom .red_lp_ticket03 .red_lp_ticket_btn{
  background: #fff;
  color: #00B900;
}
.red_lp_match_bottom .small{
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}
.red_lp_match_bottom .red_lp_ticket01 {
  background: #000000;
}
.black .red_lp_match_bottom .red_lp_ticket01 {
  background: #fff;
}

.red_lp_match_bottom .red_lp_ticket02 {
  background: #fff;
}
.white .red_lp_match_bottom .red_lp_ticket02,
.black .red_lp_match_bottom .red_lp_ticket02{
  background: #CF1D2A;
}
.red_lp_match_bottom .red_lp_ticket02 a {
  color: #C42935;
}
.white .red_lp_match_bottom .red_lp_ticket02 a,
.black .red_lp_match_bottom .red_lp_ticket02 a{
  color: #fff;
}

.red_lp_match_bottom .red_lp_ticket03 {
  background: #00B900;
}

.red_lp_match_btn {
  max-width: 800px;
  margin: 60px auto 0;
  border: 15px solid #000000;
  box-sizing: border-box;
}
.red_lp_match_btn a {
  border: 5px solid #CF1D2A;
  background: #fff;
  display: block;
  text-align: center;
  font-size: 3rem;
  line-height: 1.3;
  text-decoration: none;
  color: #CF1D2A;
  font-weight: 900;
  padding: 10px 0;
}
.red_lp_match_btn a span {
  display: block;
  color: #000;
  font-weight: bold;
}


.red_lp_title01 {
  background: #CF1D2A;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.red_lp_title01.black {
  background: #000;
}
.red_lp_title01 h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.red_lp_title01 h2 span {
  font-size: 6rem;
  line-height: 1.33;
  font-weight: bold;
  display: block;
  letter-spacing: .05em;
}

.red_lp_title02 {
  background: #000;
  color: #fff;
  font-size: 3rem;
  line-height: 100px;
  text-align: center;
  font-weight: 900;
}
.red_lp_title02.red {
  background: #CF1D2A;
}
.red_lp_title02 h3 {
  font-weight: 900;
}
.red_lp_title02 .reckoner {
  letter-spacing: .05em;
  font-weight: 500;
}

/* !game
---------------------------------------------------------- */
.red_lp_game {
  background: #ddd;
}
.red_lp_game .red_lp_game_image {
  display: flex;
}
.red_lp_game .red_lp_game_team {
  flex: 1;
  height: 540px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.red_lp_game .red_lp_game_team:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 150px;
  z-index: 2;
  left: 0;
  bottom: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.red_lp_game .red_lp_game_team.teamA {
  background-image: url(../image/bg_team_a.jpg);
}

.red_lp_game .red_lp_game_team.teamA:before {
  /* background-image: url(../image/logo_red.png); */
}

.red_lp_game .red_lp_game_team.teamB {
  background-image: url(../image/bg_team_b.jpg);
}

.red_lp_game .red_lp_game_team.teamB:before {
  background-image: url(../image/logo_red.png);
}

.red_lp_game .red_lp_game_team.teamC {
  background-image: url(../image/bg_team_c.jpg);
}

.red_lp_game .red_lp_game_team.teamC:before {
  background-image: url(../image/logo_red.png);
}

.red_lp_game .red_lp_game_team.teamD {
  background-image: url(../image/bg_team_d.jpg);
}

.red_lp_game .red_lp_game_team.teamD:before {
  background-image: url(../image/logo_red.png);
}

.red_lp_game .red_lp_game_team.team01 {
  background-image: url(../image/bg_team01.jpg);
}

.red_lp_game .red_lp_game_team.team01:before {
  /* background-image: url(../image/logo_team01.png); */
}

.red_lp_game .red_lp_game_team.team02 {
  background-image: url(../image/bg_team02.jpg);
}

.red_lp_game .red_lp_game_team.team02:before {
  background-image: url(../image/logo_team02.png);
}

.red_lp_game .red_lp_game_team.team03 {
  background-image: url(../image/bg_team03.jpg);
}

.red_lp_game .red_lp_game_team.team03:before {
  background-image: url(../image/logo_team03.png);
}

.red_lp_game .red_lp_game_team.team04 {
  background-image: url(../image/bg_team04.jpg);
}

.red_lp_game .red_lp_game_team.team04:before {
  background-image: url(../image/logo_team04.jpg);
}


.red_lp_game_preview {
  padding: 65px 0 100px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  background: #fff;
}
.red_lp_game_preview_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.red_lp_title03 {
  max-width: 764px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 45px;
}
.red_lp_title03:before {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 1;
  height: 5px;
  background: #CF1D2A;
  content: '';
}
.red_lp_title03 h3 {
  color: #CF1D2A;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.red_lp_title03 h3 span {
  font-size: 6rem;
  line-height: 1.33;
  font-weight: bold;
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  letter-spacing: .05em;
}

.red_lp_game_event {
  padding: 65px 0 70px;
  background: #DDDDDD;
}
.red_lp_game_event .red_lp_title03 h3 span {
  background: #DDDDDD;
}
.red_lp_game_eventlist {
  text-align: center;
  max-width: 1600px;
  margin: 0 auto;
}
.red_lp_game_eventlist li {
  display: inline-block;
  width: 360px;
  margin: 0 17px 40px;
}
.red_lp_game_eventlist li a {
  display: block;
  background: #CF1D2A;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}
.red_lp_game_eventlist .red_lp_event_title {
  padding: 26px 50px;
  display: block;
  font-size: 20px;
}
.red_lp_game_eventlist .red_lp_event_link {
  background: #000;
  font-size: 1.8rem;
  line-height: 47px;
  display: block;
  position: relative;
}
.red_lp_game_eventlist .red_lp_event_link:after {
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-left: 6px;
  background: url(../image/ico_blank.png) center center no-repeat;
  background-size: 100%;
  content: '';
}

.hide {
  display: none;
}

.red_lp_fancybox_wrap {
  background: #fff;
  padding: 30px 60px 60px;
  width: 750px;
  box-sizing: border-box;
}
.red_lp_fancybox_image {
  text-align: center;
  margin-bottom: 30px;
}
.red_lp_fancybox_title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  color: #CF1D2A;
  margin-bottom: 40px;
}
.red_lp_fancybox_box {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 20px 0;
  font-size: 1.8rem;
  line-height: 2;
}

.red_lp_game .slick-prev, .red_lp_game .slick-next {
  top: 0;
  transform: translateY(0);
  width: 24px;
  height: 100px;
  background-position: center center;
}
.red_lp_game .slick-prev {
  left: calc(50% - 250px)
}
.red_lp_game .slick-next {
  right: calc(50% - 250px)
}

/* !price
---------------------------------------------------------- */
.red_lp_stadium {
  padding: 65px 0 100px;
}
.red_lp_stadium .red_lp_stadium_ttl {
  text-align: center;
  font-size: 6rem;
  line-height: 1.33;
  font-weight: bold;
  color: #CF1D2A;
  letter-spacing: 0.05em;
  padding-bottom: 72px;
  margin-bottom: 40px;
  position: relative;
}
.red_lp_stadium .red_lp_stadium_ttl:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 56px;
  background: url(../image/ico_arrow_double.png) center center no-repeat;
  background-size: auto 100%;
  content: '';
}

.red_lp_stadium_map {
  max-width: 965px;
  margin: 0 auto;
}
.red_lp_stadium .red_lp_stadium_ttl span {
  display: block;
  max-width: 480px;
  text-align: center;
  margin: 0 auto;
  background: #CF1D2A;
  color: #fff;
  font-size: 1.8rem;
  color: #fff;
  line-height: 50px;
  letter-spacing: 0;
  margin-top: 10px;
}

.red_lp_stadium_note {
  text-align: center;
  font-size: 1.4rem;
  margin: 45px 0 80px;
  font-weight: bold;
}

.red_lp_stadium_price {
  max-width: 1080px;
  margin: 0 auto;
}
.red_lp_stadium_price dt {
  background: #CF1D2A;
  width: 100%;
  color: #fff;
  font-size: 3rem;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-weight: 900;
}
.red_lp_stadium_price dt span {
  display: inline-block;
  padding-right: 78px;
  background: url(../image/ico_arrow_double_right.png) right center no-repeat;
  background-size: auto 18px;
}
.red_lp_stadium_price dt:before {
  width: 40px;
  height: 5px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: "";
  background: #fff;
}
.red_lp_stadium_price dt:after {
  width: 40px;
  height: 5px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 2;
  content: "";
  background: #fff;
}
.red_lp_stadium_price dt.active:after {
  display: none;
}
.red_lp_stadium_price dd {
  padding-top: 24px;
  display: none;
}

/* !recommend seat
---------------------------------------------------------- */
.red_lp_recommend {
  background: url(../image/bg_recommend.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 120px;
}

.red_lp_recommend .red_lp_title01 {
  height: 200px;
  background: url(../image/bg_recommend_ttl.png) center top no-repeat;
  margin-bottom: 80px;
  position: relative;
}
.red_lp_recommend .red_lp_title01:before {
  position: absolute;
  width: 101px;
  height: 158px;
  bottom: 26px;
  right: 50%;
  margin-right: -310px;
  z-index: 2;
  background: url(../image/mascot.png) center center no-repeat;
  background-size: 100%;
  content: "";
}
.red_lp_recommend .red_lp_title01 h2 {
  color: #CF1D2A;
  padding-bottom: 40px;
}

.red_lp_seat {
  width: 880px !important;
  height: 450px;
  box-sizing: border-box;
  padding-left: 600px;
  position: relative;
  margin: 0 70px;
}
.red_lp_seat .red_lp_seat_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 100%;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.red_lp_seat .red_lp_seat_img.table {
  background-image: url(../image/table_seat.jpg);
}
.red_lp_seat .red_lp_seat_img.welcome {
  background-image: url(../image/welcome_seat.jpg);
}
.red_lp_seat .red_lp_seat_img.family {
  background-image: url(../image/family_seat.jpg);
}
.red_lp_seat .red_lp_seat_img.premium {
  background-image: url(../image/premium_seat.jpg);
}
.red_lp_seat .red_lp_seat_img.ust {
  background-image: url(../image/ust_seat.jpg);
}
.red_lp_seat .red_lp_seat_box {
  background: #fff;
  padding: 46px 14px 50px;
  font-size: 1.6rem;
  line-height: 2.25;
  box-sizing: border-box;
  height: 450px;
  overflow: hidden;
  color: #CF1D2A;
}
.red_lp_seat .red_lp_seat_title {
  font-size: 3.6rem;
  line-height: 1.08;
  margin-bottom: 34px;
  font-weight: 900;
}

.red_lp_seat .red_lp_seat_en {
  font-size: 15rem;
  color: #CF1D2A;
  font-weight: bold;
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 450px;
  line-height: 1;
  text-align: center;
  transform: rotate(-90deg) translate(-150px,-140px);
}

/* !about
---------------------------------------------------------- */

.red_lp_about .red_lp_title01 {
  background: url(../image/bg_about_title.jpg) center center no-repeat;
  background-size: cover;
}
.red_lp_about .red_lp_title02 h3 {
  font-weight: bold;
  font-size: 4rem;
}

.red_lp_about .red_lp_about_box {
  background: url(../image/bg_about.jpg) center bottom no-repeat #000;
  background-size: 100%;
  padding: 80px 0 640px;
}

.red_lp_about .red_lp_about_inner {
  max-width: 750px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: bold;
}
.red_lp_about .red_lp_about_logo {
  max-width: 224px;
  margin: 0 auto 50px;
}
.red_lp_about .red_lp_player {
  background: #000;
  padding: 50px 0 90px;
}
.red_lp_player_slider {
  margin-top: 50px;
}
.red_lp_about .red_lp_player_item {
  width: 800px !important;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
  padding: 30px;
  height: 750px;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 2.25;
  margin: 0 50px;
}
.red_lp_about .red_lp_player_item.nishikawa {
  background-image: url(../image/nishikawa.png);
}
.red_lp_about .red_lp_player_item.makino {
  background-image: url(../image/makino.png);
}
.red_lp_about .red_lp_player_item.yamanaka {
  background-image: url(../image/yamanaka.png);
}
.red_lp_about .red_lp_player_item.kashiwagi {
  background-image: url(../image/kashiwagi.png);
}
.red_lp_about .red_lp_player_item.abe {
  background-image: url(../image/abe.png);
}
.red_lp_about .red_lp_player_item.koroki {
  background-image: url(../image/koroki.png);
}
.red_lp_about .red_lp_player_item.sugimoto {
  background-image: url(../image/sugimoto.png);
}
.red_lp_about .red_lp_player_box {
  width: 345px;
  font-weight: bold;
}
.red_lp_about .red_lp_player_kana {
  font-size: 8rem;
  line-height: 7rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 15px;
}
.red_lp_about .red_lp_player_name {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 100px;
  margin-bottom: 25px;
  position: relative;
}
.red_lp_about .red_lp_player_num {
  font-size: 12rem;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  z-index: 2;
  display: block;
}

.red_lp_player_slider .slick-prev {
  left: calc(50% - 480px);
}

.red_lp_player_slider .slick-next {
  right: calc(50% - 480px);
}

.red_lp_player_slider .slick-dots li.slick-active button:before{
   background: #CF1D2A;
}

.red_lp_player_slider .slick-dots {
  bottom: -35px;
}

.red_lp_moive {
  background: #000;
  padding: 80px 0 100px;
}

.red_lp_moive_item {
  width: 960px !important;
  margin: 0 60px 80px;
  position: relative;
}
.red_lp_moive_iframe {
  width: 100%;
  height: 540px;
  background: #fff;
  overflow: hidden;
}
.red_lp_moive_iframe iframe {
  width: 100%;
  height: 100%;
}
.red_lp_moive_item .red_lp_moive_title {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  color: #fff;
  font-size: 2.2rem;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
}

.red_lp_moive_slider .slick-prev {
  left: calc(50% - 570px);
}

.red_lp_moive_slider .slick-next {
  right: calc(50% - 570px);
}

.red_lp_moive_slider .slick-dots li.slick-active button:before{
   background: #CF1D2A;
}

.red_lp_SUPPORTER {
  background: url(../image/bg_supporter.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.red_lp_SUPPORTER_box {
  background: rgba(207,29,42,0.7);
  max-width: 1010px;
  box-sizing: border-box;
  padding: 56px 56px 50px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: bold;
}
.red_lp_SUPPORTER_title {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 26px;
  text-align: center;
  font-weight: 900;
}

/* !enjory
---------------------------------------------------------- */
.red_lp_enjoy .red_lp_title01 {
  background: url(../image/bg_enjoy_title.jpg) center center no-repeat;
  background-size: cover;
}
.red_lp_enjoy_box {
  background: url(../image/bg_enjoy_stadium.jpg) center center no-repeat;
  background-size: cover;
  color: #CF1D2A;
  font-size: 2rem;
  line-height: 1.8;
  width: 100%;
  height: 900px;
  box-sizing: border-box;
  padding: 65px 0 0;
  font-weight: bold;
}
.red_lp_enjoy_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.red_lp_enjoy h3 {
  font-size: 5rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 17px;
  text-align: center;
}

.red_lp_enjoy_body {
  position: relative;
}
.red_lp_left {
  float: left;
}
.red_lp_right {
  float: right;
}

.red_lp_enjoy_point {
  width: 50%;
  height: 720px;
  background: url(../image/bg_logo.png) center center no-repeat #CF1D2A;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  line-height: 2.5;
}
.red_lp_enjoy_num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 150px;
  height: 191px;
  background: url(../image/bg_point.png) center center no-repeat;
  background-size: 100%;
  font-size: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.red_lp_enjoy h4 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 36px;
  font-weight: bold;
}
.red_lp_enjoy_point_inner {
  max-width: 550px;
  margin: 0 auto;
  font-weight: bold;
}
.red_lp_enjoy_slider {
  width: 50%;
  height: 720px;
}
.red_lp_enjoy_item {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.red_lp_enjoy_slider .slick-list,
.red_lp_enjoy_slider .slick-track,
.red_lp_enjoy_slider .slick-track div {
  height: 100%;
}

.red_lp_enjoy_slider .slick-dots {
  bottom: 25px;
}
.red_lp_enjoy_slider .slick-dots li.slick-active button:before{
   background: #CF1D2A;
}
@media screen and (max-width: 1400px) {
  .red_lp_enjoy_point {
    height: 435px;
    font-size: 1.6rem;
    line-height: 1.75;
    background-size: 274px auto;
  }
  .red_lp_enjoy_num {
    width: 114px;
    height: 90px;
    font-size: 5.6rem;
    background-size: auto 100%;
  }
  .red_lp_enjoy h4 {
    font-size: 2.4rem;
    margin-bottom: 16px;
    font-weight: bold;
  }
  .red_lp_enjoy_point_inner {
    max-width: 432px;
    margin: 0 auto;
    font-weight: bold;
  }
  .red_lp_enjoy_slider {
    height: 435px;
  }
}
/* !access
---------------------------------------------------------- */
.red_lp_access_map {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.red_lp_access_map iframe {
  width: 100%;
  height: 100%;
}

.red_lp_access_pdf {
  padding: 80px 0;
  max-width: 1020px;
  margin: 0 auto;
}

.red_lp_access_img {
  width: 312px;
  margin-right: 44px;
  float: left;
}
.red_lp_access_txt {
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 2.25;
  padding-top: 25px;
}
.red_lp_access_txt h3 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
}
.red_lp_lst01 span {
  color: #CF1D2A;
}

.red_lp_access_detail {
  background: #EAEAEA;
  padding: 70px 0 64px;
}
.red_lp_access_detail_inner {
  max-width: 1060px;
  margin: 0 auto;
}
.red_lp_access_title {
  text-align: center;
}
.red_lp_access_title h2 {
  display: inline-block;
  padding:6px 0 6px 86px;
  font-size: 1.8rem;
  line-height: 2;
  background: url(../image/ico_walk.png) left center no-repeat;
  background-size: 65px;
  font-weight: bold;
  margin-bottom: 60px;
}
.red_lp_access_title h2 span {
  display: inline-block;
  padding: 8px 0;
  border-bottom: 1px solid #CF1D2A;
}
.red_lp_access_title h3 {
  display: inline-block;
  padding:15px 0 15px 86px;
  font-size: 1.8rem;
  line-height: 2;
  background: url(../image/ico_bus.png) left center no-repeat;
  background-size: 65px;
  font-weight: bold;
  margin-bottom: 15px;
}
.red_lp_access_title .red_lp_access_note {
  font-size: 1.2rem;
  line-height: 2;
}

.red_lp_access_list {
  margin-left: -50px;
}

.red_lp_access_list .red_lp_access_item {
  float: left;
  width: 50%;
  padding-left: 50px;
  box-sizing: border-box;
  margin-top: 36px;
  font-size: 1.4rem;
  line-height: 2.57;
}
.red_lp_access_list h4 {
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: bold;
  border-bottom: 1px solid #CF1D2A;
  padding-bottom: 5px;

}
.red_lp_access_point {
  background: #CF1D2A;
  padding: 80px 0 100px;
}
.red_lp_access_point_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.red_lp_access_point h3 {
  position: relative;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.red_lp_access_point h3:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 5px;
  background: #fff;
  content: "";
  z-index: 1;
}
.red_lp_access_point h3 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #CF1D2A;
  padding: 0 15px;
}
.red_lp_access_point_item {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}
.red_lp_access_point_box {
  background: #fff;
}
.red_lp_access_point_head {
  background: #FFB100;
  width: 100%;
  height: 80px;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.red_lp_access_point_body {
  padding: 24px 24px 48px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.red_lp_access_point_body h4 {
  margin-bottom: 25px;
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: bold;
  color: #CF1D2A;
  text-align: center;
}
.red_lp_access_point_body span {
  font-weight: bold;
  color: #CF1D2A;
}

/* !how to buy ticket
---------------------------------------------------------- */
.red_lp_tab_link li {
  float: left;
  width: 50%;
}
.red_lp_tab_link li a {
  text-indent: -9999px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  height: 125px;
  width: 100%;
  display: block;
}
.red_lp_tab_link li:first-child a {
  background-image: url(../image/bg_red_ticket_no.jpg);
  background-size: auto 84px;
}
.red_lp_tab_link li:last-child a {
  background-image: url(../image/bg_j_ticket.png);
  background-size: auto 93px;
}
.red_lp_tab_link li:first-child a.active {
  background-color: #CF1D2A;
  background-image: url(../image/bg_red_ticket_on.png);
  background-size: auto 84px;
}
.red_lp_tab_link li:last-child a.active {
  background-color: #000;
}
.red_lp_tab_box {
  background: #fff;
  padding: 44px 0 100px;
}
.red_lp_tab_box h3 {
  margin-bottom: 40px;
  font-size: 3rem;
  line-height: 2;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.red_lp_tab_box h3 span {
  display: inline-block;
  width: 582px;
}
#rex_ticket.red_lp_tab_box {
  border-top: 10px solid #CF1D2A;
}
#j_ticket.red_lp_tab_box {
  border-top: 10px solid #000;
}
#rex_ticket h3 span {
  background-color: #CF1D2A;
}
#j_ticket h3 span {
  background-color: #000;
}
.red_lp_buy_item {
  width: 880px !important;
  margin: 0 60px;
}
.red_lp_buy_box {
  margin-top: 16px;
  padding: 18px 14px 18px 134px;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
}
.red_lp_buy_box .red_lp_buy_step {
  position: absolute;
  width: 115px;
  height: 100%;
  left: 0;
  top: 0;
  background: #CF1D2A;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 8rem;
  font-weight: normal;
}
.red_lp_buy_box h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.red_lp_buy_slider .slick-prev{
    background: url(../image/ico_arrow_prev_red.png) no-repeat;
    background-size: 100%;
    left: calc(50% - 525px);
}
.red_lp_buy_slider .slick-next{
    background: url(../image/ico_arrow_next_red.png) no-repeat;
    background-size: 100%;
    right: calc(50% - 525px);
}
.red_lp_buy_slider .slick-disabled {
  display: none !important;
}

/* !footer
---------------------------------------------------------- */
.red_lp_pagetop a {
  width: 100%;
  height: 120px;
  display: flex;
  background: #000;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.red_lp_pagetop img {
  height: 58px;
}

.red_lp_footer_sns {
  background: #fff;
  text-align: center;
  padding: 30px 0 40px;
}
.red_lp_footer_sns h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 3rem;
  line-height: 1.5;
  color: #CF1D2A;
}
.red_lp_footer_sns ul {
  line-height: 1;
  display: inline-block;
  overflow: hidden;
}
.red_lp_footer_sns li {
  display: block;
  float: left;
  margin: 0 40px;
  line-height: 1;
}
.red_lp_footer_sns li a {
  display: block;
  width: 60px;
  line-height: 1;
}
.red_lp_footer_box {
  text-align: center;
  background: #CF1D2A;
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: bold;
  color: #fff;
  padding: 60px 0;
}
.red_lp_footer_box a {
  color: #fff;
  text-decoration: none;
}
.red_lp_footer_logo {
  width: 172px;
  margin: 0 auto 60px;

}
.red_lp_pos {
  position: relative;
}
.red_lp_anchor {
  position: absolute;
  z-index: -1;
  top: -70px;
}

.red_lp_toggle .red_lp_open,
.red_lp_toggle .red_lp_close {
  display: none;
}
