@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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

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

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

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

/* !header
---------------------------------------------------------- */
#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

#header_inner {
  background: #ed0000;
  padding: 9px 13px;
  position: relative;
  z-index: 999;
  box-sizing: border-box;
  width: 100%;
}

#header_logo{
  line-height: 1;
  height: 52px;
}
#header_logo a{
  display: inline-block;
  color: #fff;
  font-family: "bebas-neue";
  font-size: 1.6rem;
  line-height: 52px;
  text-decoration: none;
}
#header_logo img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  height: 52px;
}


.btn_menu {
  position: absolute;
  right: 13px;
  top: 8px;
  z-index: 999;
  width: 54px;
  height: 54px;
  
}

.btn_menu span {
    display: block;
    background: #fff;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 12px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.btn_menu span:first-child {
	top: 15px;
}

.btn_menu span:nth-child(2) {
	margin-top: -1.5px;
	top: 50%;
}

.btn_menu span:last-child {
    bottom: 15px;
}

	
.btn_menu.active span:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.btn_menu.active span:nth-child(2) {
    opacity: 0;
}

.btn_menu.active span:last-child {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}


/* !navi
---------------------------------------------------------- */
		
#navi {
	position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  top: -100vh;
  z-index: 998;
  transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
  padding: 81px 0 22px;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
#navi.open {
  top: 0;
}

#navi li a {
	display: block;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  padding: 11px 10px;
  text-align: center;
}
#navi li a span {
	display: block;
  font-size: 2.8rem;
  line-height: 1;
  font-family: "bebas-neue";
}
#social {
  line-height: 1;
  margin-bottom: 22px;
  text-align: center;
}
#social a {
  display: inline-block;
  line-height: 1;
  margin: 0 20px;
}
#social a img {
  width: 40px;
}


/* !match_detail
---------------------------------------------------------- */
.match_detail {
  position: relative;
  height: auto;
  background: url(../image/bg_match_detail.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
  padding: 35px 10px 40px;
}

.match {
  width: 100%;
  color: #fff;
}

.match_data {
  text-align: center;
  margin-bottom: 30px;
}
.date {
  font-size: 3.5rem;
  margin: 0;
  font-family: "bebas-neue";
  line-height: 1;
	color: #fff;
}
.date span {
  font-size: 6.6rem;
  line-height: 1;
	color: #fff;
}

.kickoff {
  font-size: 3.6rem;
  margin: 0;
  font-family: "bebas-neue";
  line-height: 1;
	color: #fff;
}

.place {
  text-align: center;
  font-size: 1.5rem;
  margin: 0;
  font-weight: bold;
  line-height: 1;
	color: #fff;
}

.team {
  overflow: hidden;
  text-align: center;
}

.team img {
  display: block;
  margin: 0 auto;
  height: 95px;
}

.team .vs {
  display: inline-block;
  font-size: 3.8rem;
  padding: 0 20px;
  font-family: "bebas-neue";
  line-height: 1;
  vertical-align: middle;
}

.team .club {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  vertical-align: middle;
}

.ticket {
  text-align: center;
  margin-top: 20px;
}
/* !present_area
---------------------------------------------------------- */
#present_area {
	background: url(../image/bg02_sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 20px 10px 35px;
  text-align: center;
}

#present_area .present_detail {
  margin-top: 16px;
  display: block;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}




/* !match_area
---------------------------------------------------------- */
#match_area {
  width: 100%;
  background: #000000;
}
#match_area .sec_title {
  color: #fff;
}

#match_area .match_bg {
  background: url(../image/pic_match_sp.jpg) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 231vw;
  position: relative;
  overflow: hidden;
}


#match_area .match_bg:before {
  left: -50%;
}
#match_area .match_bg:after {
  right: -50%;
}

#match_area .match_box {
  padding: 22px 25px 35px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.71;
}



/* !SPECIAL MOVIE
---------------------------------------------------------- */
#special_movie_area {
	background: #C0C0C0;
  padding: 0 10px 10px;
}

#special_movie_area .special_movie_box {
  width: 100%;
  text-align: center;
}

#special_movie_area .special_movie_item {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
#special_movie_area .special_movie_item iframe {
  width: 100%;
  height: 53vw;
}
#special_movie_area .special_movie_item h3 {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 0 5px;
}
#special_movie_area .special_movie_item p {
  font-size: 0.7rem;
  line-height: 1.5;
}




/* !TICKET
---------------------------------------------------------- */
#ticket_area {
  padding: 0 10px 15px;
  background: #ffffff;
}

#ticket_area .ticket_detail {
  width: 100%;
}
#ticket_area .ticketinfo {
  margin: 0 0 25px;
}

#ticket_area .ticketinfo_detail {
  width: 135px;
  height: 20px;
  margin: 0 auto;
  background: #fff;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 10px;
}
#ticket_area .ticketinfo_note {
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 37px;
  text-align: center;
}
#ticket_area .ticketinfo_note img {
  height: 13px;
}

#ticket_area .seat_note {
  font-size: 0.72rem;
  line-height: 1.41;
  padding: 20px 0 0;
}

#ticket_area .special_ticket {
  padding-top: 0;
}




/* !event_area
---------------------------------------------------------- */
#event_area {
  padding: 0 10px;
  background: url(../image/bg_event.jpg) center center no-repeat;
  background-size: cover;
}
#event_area .sec_title {
  color: #fff;
}

#event_area .event_item {
  width: 100%;
  margin-bottom: 35px;
}

#event_area .event_item .event_inner {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
}

#event_area .event_item .event_inner p {
  padding: 10px 20px 15px;
  font-size: 1/6rem;
  line-height: 1.71;
}

#event_area .event_item .event_inner p span {
  font-size: 1.14rem;
  line-height: 1.25;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}





/* !enjoy_area
---------------------------------------------------------- */
#enjoy_area {
	background: #000;
}
#enjoy_area .sec_title {
  color: #fff;
}

#enjoy_area .enjoy_box {
  width: 100%;
  padding-top: 60vw;
  position: relative;
}
#enjoy_area .enjoy_box.enjoy01 {
  background: url(../image/bg_enjoy01_sp.jpg) top center no-repeat;
  background-size: 100%;
}
#enjoy_area .enjoy_box.enjoy02 {
  background: url(../image/bg_enjoy02_sp.jpg) top center no-repeat;
  background-size: 100%;
}
#enjoy_area .enjoy_box.enjoy03 {
  background: url(../image/bg_enjoy03_sp.jpg) top center no-repeat;
  background-size: 100%;
}
#enjoy_area .enjoy_box.enjoy04 {
  background: url(../image/bg_enjoy04_sp.jpg) top center no-repeat;
  background-size: 100%;
}
#enjoy_area .enjoy_box.enjoy05 {
  background: url(../image/bg_enjoy05_sp.jpg) top center no-repeat;
  background-size: 100%;
}

#enjoy_area .enjoy_detail {
  background: #1d516b;
  padding: 12px 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.71;
}




/* !partner_area
---------------------------------------------------------- */
#partner_area {
  background: #fff;
  padding: 0 10px 30px;
}




/* !page_top
---------------------------------------------------------- */
.page_top {
	background: #000;
  width: 100%;
}
.page_top a {
  display: block;
  text-align: center;
  font-family: "bebas-neue";
  font-size: 1.2rem;
  line-height: 2;
  color: #fff;
}
.page_top a span {
  display: inline-block;
  background: url(../image/pagetop.png) right center no-repeat;
  background-size: 13px auto;
  padding-right: 23px;
}

/* !footer
---------------------------------------------------------- */
#footer {
  background: #d6000f;
  padding: 25px 10px 15px;
  text-align: center;
}
#footer .sns {
  margin-bottom: 25px;
}
#footer .sns a {
  display: inline-block;
  margin: 0 20px;
}
#footer .sns a img {
  width: 40px;
}

#footer .logo {
  margin-bottom: 15px;
}

#footer .logo img {
  height: 60px;
}
	
#copyright {
	color: #fff;
  font-size: 1rem;
}



.sec_title {
  width: 100%;
  color: #000;
  text-align: center;
  padding: 34px 0 27px;
  font-size: 1.9rem;
  line-height: 1;
  font-family: "bebas-neue";
}

.sec_title span {
  font-size: 0.6rem;
  display:block;
  background: url(../image/bg_title.png) center bottom no-repeat;
  background-size: auto 14px;
	padding: 7px 0 19px;
  text-align: center;
}

.thr_title {
  font-size: 2.5rem;
  line-height: 1.4;
  display:block;
  background: #000000;
  color: #fff;
  font-family: "bebas-neue";
	padding: 0 10px;
  text-align: center;
  margin-bottom: 10px;
}

.flo_title {
  font-size: 0.84rem;
  line-height: 2.35;
  text-align: center;
  color: #fff;
  background: #aaa;
  margin-bottom: 10px;
}

.sub_title {
  width: 100%;
  color: #d52d26;
  text-align: center;
  font-size: 1.14rem;
  line-height: 1.47;
  font-weight: bold;
  margin-bottom: 17px;
}
table {
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.25;
  width: 100%;
  margin: 0 auto;
  border: 1px #000 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

table .red {
  background-color: #db0007;
}

table .black {
  background-color: #1a1a1a;
}

table .pink {
  background-color: #e7adb5;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

table .orange {
  background-color: #e9b24f;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

table .skyblue {
  background-color: #b4d8ec;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

table .green {
  background-color: #b7d4ab;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

table .perple {
  background-color: #bb9cbd;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}
table .gray {
  background-color: #b5b6b6;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}
table .perple2 {
  background-color: #b7b9dc;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

table .blue {
  background-color: #62c1e3;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

table .yellow {
  background-color: #f6e445;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

table .white {
  background-color: #fff;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}
table .gray2 {
  background-color: #d2d2d2;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}
table td {
  color: #000;
  text-align: center;
  padding: 10px;
  border-left: 1px #888888 solid;
  background: #fff;
}
table td span {
  display: block;
  font-size: 1rem;
}
table th {
  border: 1px #000 solid;
  text-align: center;
  color: #fff;
  padding: 10px;
}

table .red-line {
  border-right: 1px #db0007 solid;
}

table tr {
  border-bottom: 1px #000 solid;
}

.mb40 {
  margin-bottom: 20px !important;
}

.box {
  padding-bottom: 5px;
}

.color_red {
  color: #d52d26 !important;
}



/* !match2_area
---------------------------------------------------------- */
#match2_area {
  width: 100%;
  background: #213f99;
}
#match2_area .sec_title {
  color: #fff;
}

#match2_area .match_bg {
  background: url(../image/pic_match_sp2.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 67.7vw;
  position: relative;
  overflow: hidden;
}

#match2_area .match_bg:before,
#match2_area .match_bg:after{
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 6vw solid #213f99;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 0;
  z-index: 2;
  content: "";
  bottom: 0;
}
#match2_area .match_bg:before {
  left: -50%;
}
#match2_area .match_bg:after {
  right: -50%;
}

#match2_area .match_box {
  padding: 22px 25px 35px;
  color: #fff;
  font-size: 0.72rem;
  line-height: 1.71;
}

.bottomArea .snsNav li a:before{
	line-height:1;
}