@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: 1.4rem;
 -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: 51px;
}

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

#header_inner {
  background: #000;
  padding: 7px 10px;
  position: relative;
  z-index: 999;
  box-sizing: border-box;
  width: 100%;
}

#header_logo{
  line-height: 1;
  height: 37px;
}
#header_logo a{
  display: inline-block;
  color: #fff;
  font-family: "bebas-neue";
  font-size: 1.7rem;
  line-height: 37px;
  text-decoration: none;
  letter-spacing: 2px;
}
#header_logo img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  height: 30px;
  margin-top: 3px;
}

.navPc{display: none;}
.btn_menu {
  position: absolute;
  right: 3px;
  top: -2px;
  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(-11px) rotate(-45deg);
    -moz-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
}


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

#navi li a {
	display: block;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  text-align: center;
}
#navi li a span {
	display: block;
  font-size: 3rem;
  line-height: 1;
  font-family: 'ITCAvantGardeStd-Bold';
  color: #000;
}
#social {
  line-height: 1;
  margin-bottom: 22px;
  text-align: center;
  display: none;
}
#social a {
  display: inline-block;
  line-height: 1;
  margin: 0 20px;
}
#social a img {
  width: 40px;
}

/* !cooperation_area
---------------------------------------------------------- */
.cooperation01_area{
  background: url(../image/bg_cooper01_sp.jpg)center top no-repeat;
  background-size: 100% 100%;
  padding: 25px 0 20px;
}
.cooperation02_area{
  background: url(../image/bg_cooper02_sp.jpg)center top no-repeat;
  background-size: 100% 100%;
  padding: 20px 0 45px;
}
.cooper_inner{
  box-sizing: border-box;
  padding: 0 22px; 
}
.cooperation01_area .img{text-align: center;margin: 0 10px 0 25px;}
.cooperation02_area .img{text-align: center;margin: 0 55px;}
.cooper_inner h2{
  font-weight: bold;
  font-size: 6vw;
  line-height: 8.8vw;
  padding: 18px 0 6px;
  color: #e60012;
  text-align: center;
}
.cooper_inner p{
  font-size: 13px;
  line-height: 21px;
  font-weight: bold;
text-align: center;
color: #000;
}
.cooper_inner2{
  box-sizing: border-box;
  padding: 0 22px; 
}
.cooperation01_area .img{text-align: center;margin: 0 10px 0 25px;}
.cooperation02_area .img{text-align: center;margin: 0 55px;}
.cooper_inner2 h2{
  font-weight: bold;
  font-size: 6vw;
  line-height: 8.8vw;
  padding: 18px 0 6px;
  color: #e60012;
  text-align: center;
}
.cooper_inner2 p{
  font-size: 13px;
  line-height: 21px;
  font-weight: bold;
	text-align: center;
}
/* !match_detail
---------------------------------------------------------- */
.match_detail {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 48px 10px 50px;

}
.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 {
  width: 100%;
  color: #fff;
  text-align: center;
}
.match .p01{font-size: 1.5rem;font-weight: bold;line-height: 1;margin-bottom: 30px;}
.match .p02{font-size: 2rem;font-weight: bold;line-height: 1;margin: 25px 0 50px;}
.match .p02 span{
  display: inline-block;
  background: #fff;
  color:#000;
  font-size: 1.2rem;
  width: 41px;
  height: 23px;
  line-height: 23px;
  margin-right: 5px;
  position: relative;
  top: -4px;
}
.match_data {
  text-align: center;
}
.team .club p{margin-bottom: 14px;}
.date {
  font-size: 4rem;
  font-weight: bold;
  margin: 0;
  font-family: 'ITCAvantGardeStd-Bold';
  line-height: 1;
}
.date span {
  font-size: 7.5rem;
  line-height: 1;
  margin-right: 20px;
}
.presents{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  font-family: 'ITCAvantGardeStd-Bold';
  margin-bottom: 25px;
}
.presents span{vertical-align: bottom;margin-left: 10px;}

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

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

.team .vs {
  display: inline-block;
  font-size: 2.5rem;
  padding: 0 12px 0;
  font-family: 'ITCAvantGardeStd-Bold';
  line-height: 1;
  vertical-align: middle;
  font-weight: bold;
}

.team .club {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  vertical-align: middle;
}
.tipoff {
  font-size: 1.8rem;
  font-family: 'ITCAvantGardeStd-Bold';
  line-height: 1;
  font-weight: bold;
  margin-top: 5px;
}

.type{
  font-size: 1.5rem;
  margin-top: 15px;
  font-weight: bold;
  line-height: 1;
}
.type span{
  display: inline-block;
  background: #fff;
  color:#000;
  font-size: 1.2rem;
  width: 110px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.ticket01{
  margin: 20px 15px 80px;
}
.ticket02{
  margin: 20px 15px 0px;
}
/* !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;
}

/* !ABOUT ALVARK TOKYO
---------------------------------------------------------- */
#about_area{
  background: #e60021;
  padding-bottom: 46px;
}
#about_area .img{text-align: center;}
.about_inner{
  box-sizing: border-box;
  padding: 0 25px;
}
.about_inner p{
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  padding: 17px 0 21px;
}
.about_inner iframe{
  width: 100%;
  height: 49vw;
}

/* !champions_area
---------------------------------------------------------- */
.champions_area{background: #0c0002;}
.cham_img{
  background: url(../image/bg_cham_sp.jpg)center top no-repeat;
  background-size: 100% 100%;
  height: 66.66vw;
}
.middle_img{
  background: url(../image/bg_middle_sp.jpg)center top no-repeat;
  background-size: 100% 100%;
  height: 66.66vw;
}
.cham_inner{
  box-sizing: border-box;
  padding: 43px 22px 46px;
}
.cham_inner h2{
  color: #deb669;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  line-height: 6.93vw;
  margin-bottom: 14px;
}
.cham_inner h2 span{
  font-size: 4.8vw;
  display: block;
}
.cham_inner p{
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}

/* !player_area
---------------------------------------------------------- */
#player_area{
  background: url(../image/bg_player_sp.jpg)center top no-repeat;
  background-size: 100% 100%;
  padding-bottom: 45px;
}
.player_inner{
  color: #fff;
  box-sizing: border-box;
  padding: 0 22px;
}
.player_inner ul{
  overflow: hidden;
}
.player_inner li + li{margin-top: 28px;}

.player_inner li img{width: 100%;}
.player_inner .name{
  padding: 20px 0 12px;
  font-size: 3rem;
  line-height: 1;
}
.player_inner .name span{
  font-family: 'ITCAvantGardeStd-Bold';
  font-size: 1.5rem;
  margin-left: 12px;
  line-height: 1;
}
.player_inner p{
  font-size: 1.5rem;
  line-height: 23px;
}
/* !HOME ARENA
---------------------------------------------------------- */
.home_inner{
}
.home_inner h3{
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.home_inner .p01,.home_inner .p02{
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  padding: 12px 0 20px;
}
.home_inner .p02{padding: 11px 0 21px;}
.home_inner iframe{width: 100%;height: 40vw;}
.slider-nav{margin-top: 6px;}
.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_inner{box-sizing: border-box;padding: 0 10px;}
#ticket_info_area{padding-bottom: 50px;}
#ticket_info_area p.img{margin-bottom: 30px;text-align: center;}
.btn02{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 37px;
  line-height: 37px;
  border: 1.5px solid;
  background: #e5e5e5;
  font-size: 1.7rem;
  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: 12px 18.5px;
    width: 12px;
    height: 18.5px;
    left: 13px;
    top: 3px;
}
/* !enjoy_alvark_area
---------------------------------------------------------- */
#enjoy_alvark_area{background:#e60021;padding-bottom: 75px; }
.enjoy_slider{
  box-sizing: border-box;
  padding: 0 10px;
}
.slider_box{position: relative;}
.slider_box h3{
  /*position: absolute;
  z-index: 2;
  left: 0;
  top: 0;*/
  background: #000;
  color: #fff;
  width: 100%;
  font-size: 3.6vw;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 8.8vw;
}
.slider_box p.img{margin-top: 0;}
.slider_box p.img img{width: 100%;}
.slider_box p{
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  margin-top: 22px;
}
/* !match_area
---------------------------------------------------------- */
#match_area {
  width: 100%;
}

#match_area .match_bg {
  background: url(../image/pic_match_sp.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 74.66vw;
  position: relative;
  overflow: hidden;
}
#match_area .match_bg01 {
  background: url(../image/pic_match01_sp.jpg) center top no-repeat;
  background-size: 100% auto;
  width: 50%;
  float: left;
  height:74vw;
}
#match_area .match_bg02 {
  background: url(../image/pic_match02_sp.jpg) left top no-repeat;
  background-size: 100% auto;
  width: 50%;
  overflow: hidden;
  height:74vw;
}

#match_area .match_box {
  padding: 0px 25px 50px;
  width: auto;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 1.588;
}
#match_area .match_box h3{
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  color: #e60012;
  margin-bottom: 16px;
}
#match_area .match_box p + p{margin-top: 27px;}
.spText p{
  display: none;
}
.textBtn span{
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    box-sizing: border-box;
    height: 40px;
    line-height: 37px;
    border: 1.5px solid;
    text-align: center;
    font-family: 'ITCAvantGardeStd-Bold';
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 10px;
}
.textBtn span:after {
    position: relative;
    content: '';
    display: inline-block;
    background: url(../image/icon_btn01.png) center center no-repeat;
    background-size: 19px 12px;
    width: 19px;
    height: 12px;
    left: 7px;
    top: 0px;
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
.textBtn span.change:after {
    transform: rotate(180deg);
}
/* !SPECIAL MOVIE
---------------------------------------------------------- */
#special_movie_area {
	background: #fff;
}

#special_movie_area .special_movie_box {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px 40px;
}

#special_movie_area .special_movie_item {
  display: block;
  width: 100%;
  margin-top: 40px;
}
#special_movie_area .special_movie_item iframe {
  width: 100%;
  height: 53vw;
}
#special_movie_area .special_movie_item h3 {
  font-size: 1.4rem;
  line-height: 21px;
  padding-top: 12px;
}
#special_movie_area .special_movie_item p {
  font-size: 1.4rem;
  line-height: 21px;
}

/* !EVENT INFORMATION
---------------------------------------------------------- */
#event_information_area{
  background: url(../image/bg_event_sp.jpg)center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
}
#event_information_area .sec_title:after{
      background: url(../image/bg_title02.png)no-repeat;
}
.event_information_box{
  margin: 0px 10px;
  text-align: center;
  overflow: hidden;
}
.event_information_item{
  width: 100%;
  margin: 0 0px 25px;
  background: #fff;
}
.event_information_item img{
  width: 100%;
}
.event_cont{
  box-sizing: border-box;
  padding: 22px 15px;
}
.event_cont h3{
    font-size: 4.2vw;
    line-height:5.6vw;
    font-weight: bold;
    text-align: center;
    color: #e60012;
    margin-bottom:  17px;
}
.event_cont p{
  font-size: 1.4rem;
  line-height: 21px;
  text-align: left;
}
.event_cont p + p{margin-top: 21px;}
/* !app_area
---------------------------------------------------------- */
.app_area{
  box-sizing: border-box;
  padding: 50px 25px;
}
.app_area p{text-align: center;}
.app_area ul{
  overflow: hidden;
}
.app_area li{
  margin-top:25px;
  text-align: center;
}
.app_area li img{width:49.3vw; }
.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: 1.5rem;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}
.page_top a span {
  color: #fff;
  display: inline-block;
  background: url(../image/pagetop.png) right center no-repeat;
  background-size: 13px auto;
  padding-right: 23px;
}

/* !official_top
---------------------------------------------------------- */
.official_top {
	background: #fff;
  width: 100%;
}
.official_top a {
  display: block;
  text-align: center;
  font-family: 'ITCAvantGardeStd-Bold';
  font-size: 1.5rem;
  line-height: 40px;
  font-weight: bold;
  color: #000;
	text-decoration: none;
}
.official_top a span {
  color: #000;
  display: inline-block;
  background: url(../image/official.png) right center no-repeat;
  background-size: 13px auto;
  padding-right: 23px;
}


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

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

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


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

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

table {
  color: #fff;
  font-size: 1.4rem;
  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: 20px;
}

.color_red {
  color: #d52d26 !important;
}

.textBtn span i.open {
    display: inline-block;
    font-style: normal;
}
.textBtn span i.close {
    display: none;
    font-style: normal;
}
.textBtn span.change i.open {
    display: none;
}
.textBtn span.change i.close {
    display: inline-block;
}