@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: '../webfonts/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;}

.sp-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: 1.4rem;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
}

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

.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: 320px;
  overflow: hidden;
  padding-top: 80px;
}

/* !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: 13px 0;
  margin-right: 35px;
}
#red_lp_header_logo img {
  height: 54px;
}
.red_lp_btn_menu {
  position: absolute;
  right: 80px;
  top: 0px;
  z-index: 999;
  width: 80px;
  height: 80px;
  background: url(../image/menu.jpg) center center no-repeat;
  background-size: 100%;
  display: block;
  cursor: pointer;
  display: block;
}
.red_lp_btn_menu.active {
  background: url(../image/menu_close.jpg) center center no-repeat;
  background-size: 100%;
}

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

#red_lp_social {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#red_lp_social button {
  width: 80px;
  height: 80px;
  border: 0;
  background: url(../image/sns.jpg) center center no-repeat;
  background-size: 100%;
  display: block;
  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%;
}

/* postpone */

.postpone {
  width: calc(100% - 30px);
  padding: 20px 15px 0;
  background: #CF1D2A;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.postpone a {
  color: inherit;
  font-size: inherit;
}

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

.red_lp_match.match_type01 .red_lp_match_slider .slick-dots{
  bottom: 20px;
}

.red_lp_match_item {
  width: 92vw !important;
  margin: 0 1.99vw;
  background: url(../image/bg_macth_sp.jpg) center top no-repeat;
  background-size: 100% auto;
  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: 96px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}

.red_lp_match_top .red_lp_match_teamA,
.red_lp_match_top .red_lp_match_teamB{
  width: 150px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.red_lp_match_top .red_lp_match_teamA img,
.red_lp_match_top .red_lp_match_teamB img{
  height: 130px;
}

.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 {
  text-align: center;
  padding-top: 20px;
}
.red_lp_match_top .red_lp_match_info img {
  height: 62px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: 2;
}
.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;
  padding-bottom: 20px;
  font-weight: bold;
}

.red_lp_match_bottom {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.red_lp_match_bottom li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 115px;
}
.red_lp_match_bottom li img {
  height: 35px;
  display: inline-block;
  margin: 0 auto 6px;
}
.red_lp_match_bottom li.red_lp_ticket02 img{
  height: 45px;
}
.red_lp_match_bottom li.red_lp_ticket03 img{
  height: 24px;
  margin: 5px 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 .small{
  font-size: 14px;
}
.red_lp_match_bottom .red_lp_ticket_btn{
  padding: 5px;
  border-radius: 30px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}
.red_lp_match_bottom .red_lp_ticket02 .red_lp_ticket_btn{
  background: #CF1D2A;
  color: #fff;
  margin-top: 5px;
}
.red_lp_match_bottom .red_lp_ticket01 .red_lp_ticket_btn{
  background: #fff;
  color: #000;
}
.red_lp_match_bottom .red_lp_ticket03 .red_lp_ticket_btn{
  background: #fff;
  color: #00B900;
}
.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;
}
.black .red_lp_match_bottom .red_lp_ticket01 .red_lp_ticket_btn{
  background: #000;
  color: #fff;
}
.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 {
  margin: 0 15px;
  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: 1.8rem;
  line-height: 1.3;
  text-decoration: none;
  color: #CF1D2A;
  font-weight: bold;
  padding: 10px 0;
  font-weight: 900;
}
.red_lp_match_btn a span {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 15px;
}

.red_lp_match_btn_bg{
  width: 100%;
  background: #CF1D2A;
}

.red_lp_title01 {
  background: #CF1D2A;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.red_lp_title01.first {
  height: 220px;
  box-sizing: border-box;
}
.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: 4rem;
  line-height: 1.33;
  font-weight: bold;
  display: block;
  letter-spacing: .05em;
}

.red_lp_title02 {
  background: #000;
  color: #fff;
  font-size: 2.5rem;
  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: bold;
}



/* !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: 400px;
  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: 86px;
  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.team01 {
  background-image: url(../image/bg_team02.jpg);
}

.red_lp_game .red_lp_game_team.team01:before {
  /*background-image: url(../image/logo_team02.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.jpg); */
}


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

.red_lp_title03 {
  position: relative;
  margin-bottom: 40px;
}
.red_lp_title03:before {
  position: absolute;
  left: 0;
  top: 20px;
  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: 4rem;
  line-height: 1.33;
  font-weight: bold;
  display: inline-block;
  padding: 0 25px;
  background: #fff;
  letter-spacing: .05em;
}

.red_lp_game_event {
  padding: 40px 0 0;
  background: #DDDDDD;
}
.red_lp_game_event .red_lp_title03 {
  margin: 0 7px 40px;
}
.red_lp_game_event .red_lp_title03 h3 span {
  background: #DDDDDD;
}
.red_lp_game_eventlist {
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
}
.red_lp_game_eventlist li {
  display: block;
  width: 280px !important;
  margin: 0 10px;
}
.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: 13px 22px 50px;
  display: block;
  font-size: 18px;
}
.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: 25px 20px 35px;
  width: 100%;
  box-sizing: border-box;
}
.red_lp_fancybox_image {
  text-align: center;
  margin-bottom: 10px;
}
.red_lp_fancybox_title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66;
  color: #CF1D2A;
}
.red_lp_fancybox_box {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 12px 0;
  font-size: 1.4rem;
  line-height: 2.57;
}

.red_lp_game .slick-prev, .red_lp_game .slick-next {
  top: 25px;
  transform: translateY(0);
  width: 30px;
  height: 50px;
  background-position: center center;
}
.red_lp_game .slick-prev {
  left: 7px;
}
.red_lp_game .slick-next {
  right: 7px;
}
.red_lp_game_eventlist .slick-prev, .red_lp_game_eventlist .slick-next {
  top: 200px;
  width: 30px;
  height: 50px;
  transform: translate(0,0);
  background-position: center center;
}
.red_lp_game_eventlist .slick-prev {
  left: 7px;
  background-image: url(../image/ico_arrow_prev_red.png);
}
.red_lp_game_eventlist .slick-next {
  right: 7px;
  background-image: url(../image/ico_arrow_next_red.png);
}
.red_lp_game_eventlist .slick-disabled {
  display: none !important;
}
.red_lp_game_eventlist .slick-dots {
  bottom: 35px;
}
.red_lp_game_eventlist .slick-dots li {
  width: 15px !important;
}
.red_lp_game_eventlist .slick-dots li.slick-active button:before{
   background: #CF1D2A;
}
/* !price
---------------------------------------------------------- */
.red_lp_stadium {
  padding: 35px 0 45px;
}
.red_lp_stadium .red_lp_stadium_ttl {
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #CF1D2A;
  letter-spacing: 0.05em;
  padding-bottom: 84px;
  margin-bottom: 26px;
  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 .red_lp_stadium_ttl span {
  display: block;
  max-width: 320px;
  text-align: center;
  margin: 0 auto;
  background: #CF1D2A;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 0;
  margin-top: 26px;
  padding: 15px 0;
}

.red_lp_stadium_map {
  padding: 0 15px 30px;
}
.red_lp_stadium_note {
  text-align: center;
  font-size: 1.2rem;
  margin: 24px 0 40px;
  font-weight: bold;
}

.red_lp_stadium_price dt {
  background: #CF1D2A;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.33;
  padding: 15px 70px 15px 15px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 900;
}
.red_lp_stadium_price dt span {
  display: inline-block;
  padding-right: 35px;
  background: url(../image/ico_arrow_white.png) right center no-repeat;
  background-size: auto 18px;
}
.red_lp_stadium_price dt:before {
  width: 35px;
  height: 5px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: "";
  background: #fff;
}
.red_lp_stadium_price dt:after {
  width: 35px;
  height: 5px;
  position: absolute;
  right: 15px;
  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: 10px 15px 0;
  display: none;
}

.red_lp_stadium_price dd p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}
.red_lp_stadium_price dd ul {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 5px;
}

.red_lp_price_scroll {
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

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

.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: 64px;
  height: 100px;
  bottom: 60px;
  right: 50%;
  margin-right: -178px;
  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: 78.66vw !important;
  box-sizing: border-box;
  padding-top: 222px;
  position: relative;
  margin: 0 5.335vw;
}
.red_lp_seat .red_lp_seat_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 222px;
  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: 35px 20px 50px;
  font-size: 1.6rem;
  line-height: 2.25;
  box-sizing: border-box;
  overflow: hidden;
  color: #CF1D2A;
}
.red_lp_seat .red_lp_seat_title {
  font-size: 3.6rem;
  line-height: 1.08;
  margin-bottom: 18px;
  text-align: center;
  font-weight: 900;
}

.red_lp_seat .red_lp_seat_en {
  font-size: 7rem;
  color: #CF1D2A;
  font-weight: bold;
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 222px;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
  transform: rotate(-90deg) translate(-70px,-70px);
}

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

.red_lp_about .red_lp_title01 {
  background: url(../image/bg_about_title_sp.jpg) center center no-repeat;
  background-size: cover;
}
.red_lp_about .red_lp_title01 h2 span {
  line-height: 1;
}
.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 top no-repeat #000;
  background-size:  auto 314px;
  padding: 30px 0 70px;
}

.red_lp_about .red_lp_about_inner {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.71;
  padding: 0 35px;
  font-weight: bold;
}
.red_lp_about .red_lp_about_logo {
  max-width: 120px;
  margin: 0 auto 172px;
}
.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: 80.5vw !important;
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 375px;
  color: #fff;
  box-sizing: border-box;
  padding: 375px 0 0;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 4.86vw;
  position: relative;
}
.red_lp_about .red_lp_player_item.nishikawa {
  background-image: url(../image/nishikawa_sp.png);
}
.red_lp_about .red_lp_player_item.makino {
  background-image: url(../image/makino_sp.png);
}
.red_lp_about .red_lp_player_item.yamanaka {
  background-image: url(../image/yamanaka_sp.png);
}
.red_lp_about .red_lp_player_item.kashiwagi {
  background-image: url(../image/kashiwagi_sp.png);
}
.red_lp_about .red_lp_player_item.abe {
  background-image: url(../image/abe_sp.png);
}
.red_lp_about .red_lp_player_item.koroki {
  background-image: url(../image/koroki_sp.png);
}
.red_lp_about .red_lp_player_item.sugimoto {
  background-image: url(../image/sugimoto_sp.png);
}
.red_lp_about .red_lp_player_box {
  width: 100%;
  padding-bottom: 45px;
}
.red_lp_about .red_lp_player_kana {
  font-size: 3.3rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  margin-top: 14px;
}
.red_lp_about .red_lp_player_name {
  font-size: 1.9rem;
  line-height: 1.89;
  font-weight: bold;
  padding-left: 0;
  margin: 10px 0;
  text-align: center;
}
.red_lp_about .red_lp_player_message {
  padding: 0 20px;
  font-weight: bold;
}
.red_lp_about .red_lp_player_num {
  font-size: 8rem;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 2;
  display: block;
  width: 1em;
  text-align: left;
}


.red_lp_player_slider .slick-prev {
  left: 2vw;
}

.red_lp_player_slider .slick-next {
  right: 2vw;
}

.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: 50px 0 65px;
}

.red_lp_moive_item {
  width: 82.66vw !important;
  margin: 0 4.335vw 44px;
  position: relative;
}
.red_lp_moive_iframe {
  width: 100%;
  height: 46.4vw;
  background: #fff;
  overflow: hidden;
  border: 1px solid #707070;
  box-sizing: border-box;
}
.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: 1.4rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  padding-top: 14px;
  z-index: 2;
}

.red_lp_moive_slider .slick-prev {
  width: 20px;
  left: 2vw;
}

.red_lp_moive_slider .slick-next {
  width: 20px;
  right: 2vw;
}

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

.red_lp_SUPPORTER {
  background: url(../image/bg_supporter_sp.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 80px 40px 100px;
  box-sizing: border-box;
}
.red_lp_SUPPORTER_box {
  background: rgba(207,29,42,0.7);
  box-sizing: border-box;
  padding: 40px 25px 46px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: bold;
}
.red_lp_SUPPORTER_title {
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 900;
  margin-bottom: 30px;
  text-align: center;
}

/* !enjory
---------------------------------------------------------- */
.red_lp_enjoy .red_lp_title01 {
  background: url(../image/bg_enjoy_title_sp.jpg) center center no-repeat;
  background-size: cover;
}
.red_lp_enjoy_box {
  background: url(../image/bg_enjoy_stadium_sp.jpg) center center no-repeat;
  background-size: cover;
  color: #CF1D2A;
  font-size: 1.4rem;
  line-height: 1.71;
  width: 100%;
  height: 724px;
  box-sizing: border-box;
  padding: 45px 0 0;
}
.red_lp_enjoy_inner {
  padding: 0 35px;
  font-weight: bold;
}
.red_lp_enjoy h3 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 45px;
  text-align: center;
}

.red_lp_enjoy_body {
  position: relative;
}

.red_lp_enjoy_point {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 35px;
  min-height: 281px;
  background: url(../image/bg_logo.png) center center no-repeat #CF1D2A;
  background-size: 178px auto;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
.red_lp_enjoy_num {
  position: absolute;
  top: 74.66vw;
  margin-top: -30px;
  z-index: 2;
  width: 75px;
  height: 60px;
  background: url(../image/bg_point_sp.png) center center no-repeat;
  background-size: 100%;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.red_lp_right .red_lp_enjoy_num {
  left: 35px;
}
.red_lp_left .red_lp_enjoy_num {
  right: 35px;
}
.red_lp_enjoy h4 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: bold;
}

.red_lp_enjoy_slider {
  width: 100%;
  height: 74.66vw;
}
.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 li,
.red_lp_enjoy_slider .slick-dots li button,
.red_lp_enjoy_slider .slick-dots li button:before{
    width: 6px;
    height: 6px;
}
.red_lp_enjoy_slider .slick-dots li{
  margin: 0 3px;
}
.red_lp_enjoy_slider .slick-dots {
  bottom: 10px;
}
.red_lp_enjoy_slider .slick-dots li.slick-active button:before{
   background: #CF1D2A;
}

/* !access
---------------------------------------------------------- */
.red_lp_access_map {
  width: 94.66vw;
  height: 94.66vw;
  overflow: hidden;
  margin: 0 auto;
}
.red_lp_access_map iframe {
  width: 100%;
  height: 100%;
}

.red_lp_access_pdf {
  padding: 30px 25px 54px;
}

.red_lp_access_img {
  width: 312px;
  margin: 0 auto;
}
.red_lp_access_txt {
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.71;
  padding-top: 25px;
}
.red_lp_access_txt h3 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 24px;
}
.red_lp_lst01 span {
  color: #CF1D2A;
}

.red_lp_access_detail {
  background: #EAEAEA;
  padding: 30px 0 40px;
}
.red_lp_access_detail_inner {
  padding: 0 20px;
}
.red_lp_access_title {
  text-align: center;
}
.red_lp_access_title h2 {
  display: inline-block;
  padding: 0 0 0 75px;
  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: 35px;
}
.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 .red_lp_access_item {
  width: 100%;
  box-sizing: border-box;
  margin-top: 40px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.red_lp_access_list h4 {
  font-size: 1.4rem;
  line-height: 1.285;
  font-weight: bold;
  border-bottom: 1px solid #CF1D2A;
  padding-bottom: 12px;
  margin-bottom: 5px;
}
.red_lp_access_list .red_lp_access_item .red {
  color: #CF1D2A;
}
.red_lp_access_point {
  background: #CF1D2A;
  padding: 30px 0;
}
.red_lp_access_point_inner {
  padding: 0 12px;
}
.red_lp_access_point h3 {
  position: relative;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}
.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 10px;
}
.red_lp_access_point_item {
  width: 100%;
  margin-bottom: 30px;
}
.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 38px;
  font-size: 1.4rem;
  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 {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  height: 70px;
  width: 100%;
  display: block;
}
.red_lp_tab_link li:first-child a {
  background-image: url(../image/bg_red_ticket_no.png);
  background-size: auto 27px;
}
.red_lp_tab_link li:last-child a {
  background-image: url(../image/bg_j_ticket.png);
  background-size: auto 29px;
}
.red_lp_tab_link li:first-child a.active {
  background-color: #CF1D2A;
  background-image: url(../image/bg_red_ticket_on.png);
  background-size: auto 27px;
}
.red_lp_tab_link li:last-child a.active {
  background-color: #000;
}
.red_lp_tab_box {
  background: #fff;
  padding: 30px 0 50px;
}
.red_lp_tab_box h3 {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2.5;
  color: #fff;
  text-align: center;
}
.red_lp_tab_box h3 span {
  display: inline-block;
  width: 315px;
}
#rex_ticket.red_lp_tab_box {
  border-top: 5px solid #CF1D2A;
}
#j_ticket.red_lp_tab_box {
  border-top: 5px solid #000;
}
#rex_ticket h3 span {
  background-color: #CF1D2A;
}
#j_ticket h3 span {
  background-color: #000;
}
.red_lp_buy_item {
  width: 80.5vw !important;
  margin: 0 4.875vw;
}

.red_lp_buy_box {
  margin-top: 20px;
  padding: 65px 25px 36px;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.75;
  position: relative;
  font-weight: bold;
}
.red_lp_buy_box .red_lp_buy_step {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  background: #CF1D2A;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: normal;
}
.red_lp_buy_box h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
.red_lp_buy_slider .slick-prev,
.red_lp_buy_slider .slick-next{
  width: 22px;
  height: 36px;
  top: 50vw;
  transform: translate(0,0);
}
.red_lp_buy_slider .slick-prev{
    background: url(../image/ico_arrow_prev_red.png) no-repeat;
    background-size: 100%;
    left: 2vw;
}
.red_lp_buy_slider .slick-next{
    background: url(../image/ico_arrow_next_red.png) no-repeat;
    background-size: 100%;
    right: 2vw;
}
.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 30px;
  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.2rem;
  line-height: 2;
  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: -80px;
}
.red_lp_toggle .red_lp_toggle_box {
  overflow: hidden;
  height: 96px;
}
.red_lp_toggle .red_lp_open a,
.red_lp_toggle .red_lp_close a{
  display: block;
  width: 100%;
  height: 60px;
  background: url(../image/ico_arrow_up_s.png) right 22px center no-repeat #000;
  background-size: 25px auto;
  font-size: 1.8rem;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin-top: 35px;
}
.red_lp_toggle .red_lp_open a {
  background-image: url(../image/ico_arrow_down_s.png);
}

.fancybox-inner {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
