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

@font-face {
  font-family: 'ITCAvantGardeStd-Bold';
  src: url('../font/ITCAvantGardeStd-Bold.eot');
  src: url('../font/ITCAvantGardeStd-Bold.woff2') format('woff2'),
       url('../font/ITCAvantGardeStd-Bold.woff') format('woff'),
       url('../font/ITCAvantGardeStd-Bold.ttf') format('truetype'),
       url('../font/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg'),
       url('../font/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype');
  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;}



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


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

/* !header
---------------------------------------------------------- */
#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
}
#header_inner {
    padding: 7px 10px;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
    width: 100%;
    width: 1010px;
    margin: 0 auto;
    overflow: hidden;
}
#header_logo {
    line-height: 1;
    height: 46px;
    width: 310px;
    float: left;
}
#header_logo a {
    display: inline-block;
    color: #fff;
    font-family: "bebas-neue";
    font-size: 2.1rem;
    letter-spacing: 4px;
    line-height: 46px;
    text-decoration: none;
}
#header_logo img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    height: 40px;
    margin-top: 3px;
}
.btn_menu {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 999;
  width: 70px;
  height: 70px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  display: none;
}

.btn_menu span {
    display: block;
    background: #d52c25;
    width: 40px;
    height: 5px;
    position: absolute;
    left: 15px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

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

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

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

	
.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 {
  display: none;
}
#navi.open {
  right: 0;
}
#navi li {
	margin-bottom: 44px;
}
#navi li a {
	display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
#navi li a span {
	display: block;
  font-size: 4.6rem;
  line-height: 1;
  font-family: 'ITCAvantGardeStd-Bold';
}
#social {
  line-height: 1;
  margin-bottom: 50px;
}
#social a {
  display: inline-block;
  line-height: 1;
}
#social a + a {
  margin-left: 30px;
}
.navPc ul{overflow: hidden;}
.navPc li{float: left;}
.navPc li + li{margin-left: 30px;}
.navPc li a {
  display: block;
  font-size: 1.6rem;
  line-height: 46px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.navPc li a:hover{
  color: #e60021;
}
.navPc li a.active01{color: #e60021;}
#mainVisual img{width: 100%;}
/* !cooperation01_area
---------------------------------------------------------- */
.cooperation01_area{
  background: url(../image/bg_cooper01.jpg)center top no-repeat;
  background-size: cover;
  padding: 95px 0;
}
.cooperation02_area{
  background: url(../image/bg_cooper02.jpg)center top no-repeat;
  background-size: cover;
  padding: 85px 0 90px;
}
@media screen and (min-width: 1680px) {
  .cooperation01_area{
    background: url(../image/bg_cooper01.jpg)center top no-repeat;
    background-size: 100% 100%;
  }
  .cooperation02_area{
    background: url(../image/bg_cooper02.jpg)center top no-repeat;
    background-size: 100% 100%;
  }
}
.cooper_inner{
  max-width: 940px;
  margin: 0 auto;
}
.cooperation01_area .img,.cooperation02_area .img{text-align: center;}
.cooper_inner h2{
  font-weight: bold;
  font-size: 34px;
  line-height: 54px;
  padding: 40px 0 35px;
  color: #e60012;
  text-align: center;
}
.cooper_inner p{
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
	text-align: center;
}
/* !match_detail
---------------------------------------------------------- */
.match_detail {
  position: relative;
  width: 100%;
  min-width: 1024px;
  box-sizing: border-box;
  padding: 100px 0;
}
.match_detail:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  z-index: -1;
}
.match_flash{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.match {
  margin: 0 auto;
  width: 990px;
  color: #fff;
  text-align: center;
}
.match .p01{font-size: 2.8rem;font-weight: bold;}
.match .p02{font-size: 3.8rem;font-weight: bold;}
.match .p02 span{
  display: inline-block;
  background: #fff;
  color:#000;
  font-size: 2.4rem;
  width: 83px;
  height: 47px;
  line-height: 47px;
  margin-right: 20px;
  position: relative;
  top: -9px;
}
.team {
  overflow: hidden;
  display: inline-block;
  margin: 50px auto 30px;
}
.team p{margin-bottom: 25px;}

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

.team .vs {
  float: left;
  font-size: 5rem;
  padding: 65px 44px 0 67px;
  font-family: 'ITCAvantGardeStd-Bold';
  line-height: 1;
  font-weight: bold;
}

.team .club {
  float: left;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.match_data {
  float: left;
  width: 50%;
  margin-top: 50px;
}
.presents{
  font-size: 1.8rem;
  line-height: 1;
  font-family: 'ITCAvantGardeStd-Bold';
  margin-bottom: 32px;
}
.presents span{vertical-align: bottom;margin-left: 10px;}
.date {
  font-size: 5rem;
  margin: 0;
  font-family: 'ITCAvantGardeStd-Bold';
  line-height: 1;
}
.date span {
  font-size: 9rem;
  line-height: 1;
  margin-right: 30px;
}

.tipoff {
  font-size: 2.2rem;
  font-family: 'ITCAvantGardeStd-Bold';
  line-height: 1;
  margin-top: 10px;
  font-weight: bold;
}

.type{
  font-size: 1.8rem;
  margin-top: 20px;
  font-weight: bold;
  line-height: 1;
}
.type span{
  display: inline-block;
  background: #fff;
  color:#000;
  font-size: 1.4rem;
  width: 125px;
  height: 24px;
  line-height: 24px;
  margin-right: 8px;
  position: relative;
  top: -3px;
}
.ticket01{
  margin-top: 45px;
}
.ticket02{
  margin-top: 45px;
}
/* !present_area
---------------------------------------------------------- */
#present_area {
	background: url(../image/bg02.jpg) center center no-repeat;
  background-size: cover;
  padding: 66px 20px 94px;
  text-align: center;
}

#present_area .present_detail {
  margin-top: 10px;
  display: inline-block;
  text-align: left;
  width: 670px;
  font-size: 2.4rem;
  line-height: 1.45;
  color: #fff;
}
/* !ABOUT ALVARK TOKYO
---------------------------------------------------------- */
#about_area{
  background: #e60021;
  padding-bottom: 105px;
}
#about_area .img{text-align: center;}
.about_inner{
  max-width: 990px;
  margin: 0 auto;
}
.about_inner p{
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  padding: 45px 0;
}
.about_inner iframe{
  width: 100%;
  height: 523px;
}

/* !champions_area
---------------------------------------------------------- */
.champions_area{background: #0c0002;}
.cham_img{
  background: url(../image/bg_cham.jpg)center top no-repeat;
  background-size: cover;
  height: 717px;
}
@media screen and (min-width: 1680px) {
  .cham_img{
    background: url(../image/bg_cham.jpg)center top no-repeat;
    background-size: 100% 100%;
    height:42.2vw;
  }
}
.cham_inner{
  max-width: 940px;
  margin: 0 auto;
  padding: 90px 0;
}
.cham_inner h2{
  color: #deb669;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
  margin-bottom: 30px;
}
.cham_inner h2 span{
  font-size: 36px;
  display: block;
}
.cham_inner p{
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
/* !player_area
---------------------------------------------------------- */
#player_area{
  background: url(../image/bg_player.jpg)center top no-repeat;
  background-size: cover;
  padding-bottom: 95px;
}
@media screen and (min-width: 1680px) {
  #player_area{
    background: url(../image/bg_player.jpg)center top no-repeat;
    background-size: 100% 100%;
  }
}
.player_inner{
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
}
.player_inner ul{
  margin-left: -50px;
  overflow: hidden;
}
.player_inner li{
  box-sizing: border-box;
  float: left;
  padding-left: 50px;
  width: 33.33%;
}
.player_inner li img{width: 100%;}
.player_inner .name{
  padding: 45px 0 20px;
  font-size: 5rem;
  line-height: 1;
}
.player_inner .name span{
  font-family: 'ITCAvantGardeStd-Bold';
  font-size: 2.4rem;
  line-height: 1;
  display: block;
  margin-top: 20px;
}
.player_inner p{
  font-size: 1.8rem;
  line-height: 28px;
}
/* !HOME ARENA
---------------------------------------------------------- */
.home_inner{
  max-width: 990px;
  margin: 0 auto;
}
.home_inner h3{
    font-size: 4.2rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.home_inner .p01,.home_inner .p02{
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  padding: 30px 0 45px;
}
.home_inner .p02{padding: 45px 0;}
.home_inner iframe{width: 100%;height: 375px;}
.slider-nav .slick-current{position: relative;}
.slider-nav .slick-current:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
}

/* !ticket_info_area
---------------------------------------------------------- */
#ticket_info_area{padding-bottom: 100px;}
#ticket_info_area p.img{margin-bottom: 70px;text-align: center;}
.btn02{
  display: block;
  margin: 0 auto;
  width: 448px;
  height: 48px;
  line-height: 48px;
  border: 2px solid;
  background: #e5e5e5;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.btn02:hover{opacity: .7;}
.btn02:after{
    position: relative;
    content: '';
    display: inline-block;
    background: url(../image/icon_btn02.png) center center no-repeat;
    background-size: 15px 23px;
    width: 15px;
    height: 23px;
    left: 15px;
    top: 3px;
}
/* !enjoy_alvark_area
---------------------------------------------------------- */
#enjoy_alvark_area{background:#e60021;padding-bottom: 145px; }
.enjoy_slider{
  max-width: 990px;
  margin: 0 auto;
}
.slider_box{position: relative;}
.slider_box h3{
  /*position: absolute;
  z-index: 2;
  left: 0;
  top: 0;*/
  background: #000;
  color: #fff;
  width: 100%;
  font-size: 30px;
  box-sizing: border-box;
  padding-left: 30px;
  line-height: 66px;
}
.slider_box p.img{margin-top: 0;}
.slider_box p.img img{width: 100%;}
.slider_box p{
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-top: 40px;
}
/* !middle_img
---------------------------------------------------------- */
.middle_img{
  background: url(../image/bg_middle.jpg)center top no-repeat;
  background-size: cover;
  height: 700px;
}
@media screen and (min-width: 1680px) {
  .middle_img{
    background: url(../image/bg_middle.jpg)center top no-repeat;
    background-size: 100% 100%;
    height:41.2vw;
  }
}
/* !match_area
---------------------------------------------------------- */
#match_area {
  width: 100%;
}

#match_area .match_bg01 {
  background: url(../image/pic_match01.jpg) center top no-repeat;
  background-size: cover;
  width: 50%;
  float: left;
  height: 560px;
}
#match_area .match_bg02 {
  background: url(../image/pic_match02.jpg) left top no-repeat;
  background-size: cover;
  width: 50%;
  overflow: hidden;
  height: 560px;
}
@media screen and (min-width: 1680px) {
  #match_area .match_bg01 {
    background: url(../image/pic_match01.jpg) center top no-repeat;
    background-size: 100% auto;
    width: 50%;
    float: left;
    height:33vw;
  }
  #match_area .match_bg02 {
    background: url(../image/pic_match02.jpg) left top no-repeat;
    background-size: 100% auto;
    width: 50%;
    overflow: hidden;
    height:33vw;
  }
}

#match_area .match_box {
  padding: 0px 30px 95px;
  width: 990px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.55;
}
#match_area .match_box h3{
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 3.4rem;
  color: #e60012;
  line-height: 1.3;
  margin-bottom: 26px;
}
#match_area .match_box p + p{margin-top: 28px;}



/* !SPECIAL MOVIE
---------------------------------------------------------- */
#special_movie_area {
	background: #fff;
}

#special_movie_area .special_movie_box {
  max-width: 1020px;
  margin: 0 auto 55px;
  text-align: center;
}

#special_movie_area .special_movie_item{
  display: inline-block;
  width: 470px;
  margin: 0 15px 40px;
}
#special_movie_area .special_movie_item iframe {
  width: 470px;
  height: 264px;
}
#special_movie_area .special_movie_item h3{
  font-size: 1.8rem;
  margin-top:10px;
  line-height: 28px;
}
#special_movie_area .special_movie_item p {
  font-size: 1.8rem;
  line-height: 28px;
}

/* !EVENT INFORMATION
---------------------------------------------------------- */
#event_information_area{
  background: url(../image/bg_event.jpg)center top no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 1680px) {
  #event_information_area{
    background: url(../image/bg_event.jpg)center top no-repeat;
    background-size: 100% 100%;
  }
}
#event_information_area .sec_title:after{
      background: url(../image/bg_title02.png)no-repeat;
}
.event_information_box{
  max-width: 990px;
  margin: 0 auto 0;
  text-align: center;
  overflow: hidden;
}
.event_information_item{
  float: left;
  width: 473px;
  margin: 0 0px 80px;
  background: #fff;
}
.event_information_item:nth-of-type(even){
  margin-left: 43px;
}
.event_information_item img{
  width: 100%;
}
.event_cont{
  box-sizing: border-box;
  padding: 35px 20px;
}
.event_cont h3{
    font-size: 2.1rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #e60012;
    margin-bottom:  28px;
}
.event_cont p{
  font-size: 1.8rem;
  line-height: 1.38;
  text-align: left;
}
.event_cont p + p{margin-top: 25px;}

/* !app_area
---------------------------------------------------------- */
.app_area{
  max-width: 850px;
  margin: 100px auto 85px;
}
.app_area p{text-align: center;}
.app_area ul{
  overflow: hidden;
  margin-left: -100px;
  margin-top: 50px;
}
.app_area li{
  box-sizing: border-box;
  padding-left: 100px;
  width: 50%;
  float: left;
  text-align: center;
}
.app_area li a:hover{opacity: .7;}
/* !page_top
---------------------------------------------------------- */
.page_top {
	background: #e60021;
  width: 100%;
}
.page_top a {
  display: block;
  text-align: center;
  font-family: 'ITCAvantGardeStd-Bold';
  font-size: 3rem;
  line-height: 80px;
  color: #fff;
  font-weight: bold;
}
.page_top a span {
  color: #fff;
  display: inline-block;
  background: url(../image/pagetop.png) right center no-repeat;
  padding-right: 50px;
}

/* !footer
---------------------------------------------------------- */
#footer {
  background: #000;
  padding: 50px 20px 90px;
  text-align: center;
}
#footer .sns {
  margin-bottom: 50px;
}
#footer .sns a {
  display: inline-block;
  margin: 0 25px;
}

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

	
#copyright {
	color: #fff;
  font-size: 1.6rem;
}



	
.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: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

.sec_title,.three_title,.four_title{
  width: 100%;
  color: #FFF;
  text-align: center;
  padding: 100px 0 20px;
  font-size: 4.2rem;
  line-height: 1;
  font-family: 'ITCAvantGardeStd-Bold';
  position: relative;
  margin-bottom: 50px;
  font-weight: bold;
}
.sec_title:after,.three_title:after,.four_title:after{
  content: '';
  width: 100px;
  height: 30px;
  background: url(../image/bg_title.png)no-repeat;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;

}
.sec_title span,.three_title span,.four_title span{
  font-size: 2.4rem;
  display:block;
  font-weight: bold;
  font-family: 'Noto Sans Japanese';
	padding: 10px 0 0px;
  text-align: center;
}
.three_title,.four_title{color: #000;}
.three_title:after{
  background: url(../image/bg_title02.png)no-repeat;
}
.four_title:after{
  background: url(../image/bg_title03.png)no-repeat;
}


table {
  color: #fff;
  font-size: 2rem;
  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: 20px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

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

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

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

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

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

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

table .white {
  background-color: #fff;
  text-align: left;
  padding-left: 20px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}
table .gray2 {
  background-color: #d2d2d2;
  text-align: left;
  padding-left: 20px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}
table td {
  color: #000;
  text-align: center;
  padding: 5px 10px;
  border-left: 1px #888888 solid;
  background: #fff;
}

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: 40px !important;
}

.box {
  padding-bottom: 40px;
}

.color_red {
  color: #d52d26 !important;
}

.animateblock {
 opacity: 0;
}

/* !slick
---------------------------------------------------------- */
.home_slider{overflow: hidden;}
.slider-for{float: left;width: 750px;margin-right: 30px;}
.slider-nav{float: left;width: 150px;}