@charset "UTF-8";
@font-face{
	font-family: "Eras Demi ITC";
	src: url(/font/ERASDEMI.TTF);
}
body {
	font-family: "Eras Demi ITC", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "verdana", sans-serif;
	margin: 0;
	color: #000000;
	overflow-x: hidden; /*IE用*/
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	width: 100%;
	display: block;
}
h1, h2, h3, h4, p, ul, li{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}
button, .arrow{
	cursor: pointer;
}
.com_kaigyou{
	display: none;
}
.sticky{
	position: sticky;
	top: 0;
}
.top_img{
	position: relative;
}
.top{
	position: absolute;
	background: rgba(0, 0, 0, 0.45);
	top: 0%;
	width: 100%;
	height: 100%;
}
.top_text{
	position: absolute;
	top: 14%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #ffffff;
    width: 54%;
}
.top_text h1{
	margin-bottom: 5%;
}
.top_text_ver{
	width: 59%;
	margin-left: auto;
	margin-bottom: 6.5%;
}
.top_text_kosei{
	width: 83%;
	margin: 0 auto 3.5%;
}
.top_text_hoka1, .top_text_hoka2{
	text-align: center;
}
.top_text_hoka{
	width: 85.5%;
	margin: 0 auto;
}
.top_text_hoka2{
	font-size: 12px;
}
.zdo_drawer_menu{
	display: none;
}
ul.globalnav{
	display: flex;
	justify-content: space-around;
	background-color: #434343;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	align-items: center;
}
ul.globalnav li{
	list-style-type: none;
	text-align: center;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
ul.globalnav a{
	text-decoration: none;
	position: relative;
	display: inline;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 2% 0;
}
ul.globalnav a li::after{
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(to right, #1dd5e6, #5bb2fe);
	/*background-image: linear-gradient(to right, #185a9d, #43cea2);
	background-repeat: no-repeat;
	background-size: 100% 30%;
	background-position: bottom;*/
	content: "";
	width: 100px;
	height: 4px;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	display: block; /*IE用*/	
	left: 0; /*IE用*/
	right: 0; /*IE用*/
	margin: auto; /*IE用*/
}
ul.globalnav a li:hover::after{
	transform-origin: left top;
    transform: scale(1, 1);
}
#EVENT{
	text-align: center;
}
#EVENT h2{
	font-size: 45px;
	margin-bottom: 2.3%;
	margin-top: 4.5%;
}
#EVENT h3{
	font-size: 24px;
	font-weight: normal;
}
#EVENT h3.last{
	margin-bottom: 2.3%;
}
#EVENT h3.part{
	letter-spacing: -2px;
}
#EVENT a{
	color: #000000;
	border-bottom: 1px solid #000;
}
#EVENT p{
	margin-bottom: 3.8%;
}
#EVENT p.last{
	margin-bottom: 3%;
}
#EVENT p.kome{
	font-size: 18px;
	margin-bottom: 4.9%;
}
#EVENT p span{
	/*border-bottom: 1px solid #000000;*/
}
.teamLogo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	margin: 4% auto;
	max-width: 1000px;
}
#EVENT p.logo1{
	width: 45%;
	margin: 0 2% 0 0;
}
#EVENT p.logo2{
	width: 80%;
	margin: 0 2%;
}
#EVENT p.logo3{
	width: 50%;
	margin: 0 2%;
}
#EVENT p.logo4{
	width: 50%;
	margin: 0 0 0 2%;
}
.team_logo_text{
	width: 80%;
	margin: 2% auto;
	text-align: left;
	max-width: 1000px;
}
#CALL{
	background-image: url('img/game_haikei_01.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
.contents{
	width: 78%;
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
	background: rgba(255, 255, 255, 0.45);
	padding: 5.3% 0;
}
.contents h2{
	text-align: center;
	font-size: 65px;
	line-height: 1;
}
#CALL .contents h2{
	color: #2e4156;
	word-break: break-word;
}
.contents h3{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 2.5%;
}
.contents h3.detail{
	font-size: 35px;
	letter-spacing: -1px;
	margin-bottom: 3.5%;
}
.contents h3.text{
	margin-bottom: 0;
}
#CALL .contents h3.mini_title{
	color: #2e4156;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1;
}
.contents img{
	width: 69%;
	margin: 0 auto 3.4%;
}
#CALL button{
	border: none;
	background-color: #2e4156;
	color: #ffffff;
	padding: 1.2% 10.3%;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7%;
}
.contents p.item{
	margin-bottom: 1.6%;
}
.contents p.item2{
	margin-bottom: 2.8%;
}
.contents p.kome{
	margin-bottom: 5.2%;
}
.contents p.kome a{
	color: #000000;
	border-bottom: 1px solid #000000;
}
.rule{
	width: 83%;
	margin: 0 auto;
}
#CALL .arrow, .comment1 .arrow{
	font-size: 24px;
	padding: 1.5% 1%;
	background-color: #e1eafd;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-image: url('img/矢印アイコン_CALLOFDUTY.png');
	background-position: left 30% center;
	background-repeat: no-repeat;
	background-size: 3.7%;*/
}
#CALL .arrow img, .comment1 .arrow img{
	width: 30px;
	height: 30px;
	margin: 0;
}
.arrow span{
	margin-left: 10px;
}
.rule_detail{
	display: none;
	background-color: #ffffff;
	text-align: left;
	font-size: 14px;
	letter-spacing: -0.5px;
	padding: 2.2% 3.4%;
}
.rule_detail h4{
	margin-bottom: 2%;
}
.rule_detail h4 span{
	border-bottom: 1px solid #000000;
}
.rule_detail p{
	line-height: 1.2;
}
.rule_detail p.yohaku{
	margin-bottom: 1.8%;
}
#CALL iframe, #TEKKEN iframe{
	margin-bottom: 3.5%;
}
#TEKKEN{
	background-image: url('img/game_haikei_02.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 7.5%;
}
#TEKKEN button{
	border: none;
	background-color: #39504e;
	color: #ffffff;
	padding: 1.2% 10.3%;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7%;
}
#TEKKEN .arrow, .comment2 .arrow{
	font-size: 24px;
	padding: 1.5% 1%;
	background-color: #a6e1dd;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-image: url('img/矢印アイコン_TEKKEN7.png');
	background-position: left 30% center;
	background-repeat: no-repeat;
	background-size: 3.7%;*/
}
#TEKKEN .arrow img, .comment2 .arrow img{
	width: 30px;
	height: 30px;
	margin: 0;
}
#TEKKEN .contents h3.mini_title, #GUESTS h3.geme_title{
	color: #39504e;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1;
}
#AWARDS{
	width: 78%;
	max-width: 1000px;
	margin: 0 auto 12%;
	text-align: center;
}
#AWARDS h2{
	width: 40%;
	margin: 0 auto 8%;
}
.awards{
	display: flex;
	justify-content: space-around;
}
.award img.win{
	width: 37.5%;
	margin: 0 auto 11%;
}
.award img.mvp{
	width: 62%;
	margin: 0 auto 14%;
}
.award h3{
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 5%;
}
.award p{
	text-align: left;
	font-size: 18px;
}
#GUESTS{
	width: 78%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#GUESTS h2{
	width: 33%;
	margin: 0 auto 7.3%;
}
#GUESTS h3.day{
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 1.7%;
}
#GUESTS h3.geme_title{
	color: #2e4156;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 11.7%;
	line-height: 1;
}
.guests1, .guests2{
	display: flex;
	justify-content: center;
	margin-bottom: 11%;
}
.guests1 .guest{
	width: 25%;
	margin-right: 15%;

}
.guests2 .guest{
	width: 30%;
	margin-right: 15%;

}
.guest:last-child{
	margin-right: 0;
}
.guest_img{
	height: 65%;
	display: flex;
	align-items: center;
}
.guest img{
	margin-bottom: 13%;
}
.guest p.text1{
	font-size: 18px;
	/*height: 55px;*/
}
.guest p.text2{
	font-size: 35px;
}
.comment1, .comment2{
	margin-bottom: 11%;
}
.comment1 .comment_ran{
	border-bottom: 2px solid #e1eafd;
	border-left: 2px solid #e1eafd;
	border-right: 2px solid #e1eafd;
}
.comment2 .comment_ran{
	border-bottom: 2px solid #a6e1dd;
	border-left: 2px solid #a6e1dd;
	border-right: 2px solid #a6e1dd;
}
#SPONSOR{
	background-color: #dbdfdf;
	padding: 6% 0;
}
#SPONSOR div.media{
	width: 78%;
	max-width: 1000px;
	margin: 0 auto;
}
#SPONSOR h2.partner{
	width: 35%;
	margin: 0 auto 7%;
}
#SPONSOR h2.media{
	width: 60%;
	margin: 0 auto 7%;
}
#SPONSOR h2.supporter{
	width: 42%;
	margin: 0 auto 7%;
}
#SPONSOR a.sponsor_logo{
	width: 30%;
	margin: 0 auto 5%;
	display: block;
}
#SPONSOR a.sponsor_logo:last-child{
	margin-bottom: 0;
	display: block;
}
footer{
	background-color: #434343;
	padding: 1.8% 0;
}
footer img{
	width: 14%;
	margin: 0 auto 1.3%;
}
footer ul{
	display: flex;
	justify-content: center;
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 3.5%;
}
footer ul li{
	list-style-type: none;
	border-right: 1px solid #ffffff;
	padding-right: 10px;
	padding-left: 10px;
}
footer ul li:first-child{
	padding-left: 0;
}
footer ul li:last-child{
	padding-right: 0;
	border-right: none;
}
footer ul li a{
	border-bottom: 1px solid #ffffff;
}
footer p{
	text-align: center;
	color: #ffffff;
}


@media only screen and (max-width: 1050px){

#CALL .arrow, .comment1 .arrow, #TEKKEN .arrow, .comment2 .arrow{
	font-size: 20px;
}
#CALL .arrow img, .comment1 .arrow img, #TEKKEN .arrow img, .comment2 .arrow img{
	width: 20px;
	height: 20px;
}
.guest p.text2{
	font-size: 27px;
}
}

@media only screen and (max-width: 900px){

#CALL .arrow, .comment1 .arrow, #TEKKEN .arrow, .comment2 .arrow{
	font-size: 18px;
}
}

@media only screen and (max-width: 768px){

#EVENT iframe, #CALL iframe, #TEKKEN iframe{
	width: 72%;
	margin: 0 auto;
	height: 100%;
}
ul.globalnav{
	display: none;
}

@-moz-document url-prefix() {
  /*FireFoxにだけ適用*/
  .heightLine{
	display: none;
}
}
div.epara_title{
	padding-left: 24px;
	padding-top: 50px;
	width: 70%;
}
.epara_title h2{
	width: 100%;
	margin-bottom: 4%;
}
.epara_title p{
	width: 60%;
	margin-left: auto;
}
.zdo_drawer_nav{
	overflow: auto;
}
.zdo_drawer_nav li img{
	width: auto;
	margin-bottom: 8%;
}
.zdo_drawer_menu{
	display: block;
}

	.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}

.zdo_drawer_menu a:visited {
  color: inherit;
}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0 15px;
  width: 80px;
  height: 80px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 65px;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(37deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-37deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 1px;
  margin: 18px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  transform: translate(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-image: url('img/sp_menu.png');
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
  overflow: auto;
}

.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px 50px;
}

.zdo_drawer_menu .zdo_drawer_nav li {
	color: #ffffff;
	font-weight: bold;
  font-size: 42px;
  margin-bottom: 15px;
}

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  background-image: url('img/sp_button.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #ffffff;
}
.menu_logo{
	width: 25%;
	margin: 0 auto 4.5%;
	font-size: 14px;
}
.menu_list{
	display: flex;
	justify-content: center;
	color: #ffffff;
	margin-bottom: 3%
}
.menu_list li{
	list-style-type: none;
	border-right: 1px solid #ffffff;
	padding-right: 10px;
	padding-left: 10px;
}
.menu_list li:first-child{
	padding-left: 0;
}
.menu_list li:last-child{
	padding-right: 0;
	border-right: none;
}
.menu_list li a{
	border-bottom: 1px solid #ffffff;
}
.menu_copy{
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 100%;
}
#EVENT h2{
	font-size: 24px;
	margin-bottom: 2.5%;
}
#EVENT h2:first-child{
	margin-top: 10%;
}
#EVENT h3{
	font-size: 16px;
}
#EVENT h3.last{
	margin-bottom: 3%;
}
#EVENT p.kome{
	font-size: 12px;
}
.contents{
	padding: 6.1% 0;
}
.contents h2{
	font-size: 40px;
}
.contents h3{
	font-size: 16px;
}
.contents img{
	width: 72%;
}
#CALL button, #TEKKEN button{
	font-size: 12px;
	padding: 1.2% 9%;
}
#CALL .contents h3.mini_title, #TEKKEN .contents h3.mini_title, #GUESTS h3.geme_title{
	font-size: 30px;
}
.contents p.item, .contents p.item2{
	font-size: 12px;
}
.contents h3.detail, #GUESTS h3.day{
	font-size: 22px;
}
.contents p.kome{
	font-size: 12px;
}
#CALL .arrow, #TEKKEN .arrow, .comment1 .arrow, .comment2 .arrow{
	font-size: 16px;
}
.rule_detail{
	font-size: 12px;
}
#AWARDS h2{
	width: 35%;
}
.award img.win{
	width: 31%;
	margin: 0 auto 10%;
}
.award img.mvp{
	width: 50%;
	margin: 0 auto 13%;
}
.award h3{
	font-size: 22px;
}
.award p{
	font-size: 12px;
}
#GUESTS h2{
	margin: 0 auto 5.5%;
}
.guest p.text1{
	font-size: 12px;
}
.guest p.text2{
	font-size: 24px;
}
footer ul{
	font-size: 16px;
}
footer img{
	margin: 0 auto 0.7%;
}
footer p{
	font-size: 12px;
}
}

@media only screen and (max-width: 700px){

#CALL .arrow, #TEKKEN .arrow, .comment1 .arrow, .comment2 .arrow{
	font-size: 14px;
}
.guest p.text2{
	font-size: 20px;
}
}

@media only screen and (max-width: 600px){

.zdo_drawer_menu .zdo_drawer_nav li{
	font-size: 35px;
}
.rule{
	width: 90%;
}
#CALL .arrow, #TEKKEN .arrow, .comment1 .arrow, .comment2 .arrow{
	padding-right: 1%;
	padding-left: 1%;
}
#AWARDS h2{
	width: 40%;
}
#SPONSOR h2.partner{
	width: 40%;
}
#SPONSOR h2.media{
	width: 69%;
}
#SPONSOR h2.supporter{
	width: 48%;
}
#SPONSOR a.sponsor_logo{
	width: 35%;
}
#CALL .contents h3.mini_title, #TEKKEN .contents h3.mini_title, #GUESTS h3.geme_title{
	font-size: 24px;
}
}

@media only screen and (max-width: 560px){

.guest p.text2{
	font-size: 18px;
}
.com_kaigyou{
	display: block;
}
.zdo_drawer_menu .zdo_drawer_nav li{
	font-size: 30px;
}
}

@media only screen and (max-width: 500px){

.guest p.text2{
	font-size: 16px;
}
.zdo_drawer_menu .zdo_drawer_button{
	width: 60px;
	height: 60px;
}
.zdo_drawer_menu .zdo_drawer_bar{
	margin: 10px 0;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar{
	width: 37px;
}
.award h3{
	font-size: 20px;
}
.zdo_drawer_menu .zdo_drawer_nav li{
	font-size: 28px;
}
#GUESTS h2{
	width: 40%;
}
#AWARDS h2{
	width: 45%;
}
#SPONSOR h2.partner{
	width: 45%;
}
#SPONSOR h2.media{
	width: 77%;
}
#SPONSOR h2.supporter{
	width: 53%;
}
#SPONSOR a.sponsor_logo{
	width: 40%;
}
}


@media only screen and (max-width: 450px){

.zdo_drawer_menu .zdo_drawer_nav li{
	font-size: 24px;
}
.guests1, .guests2{
	padding-bottom: 20%;
}
}

@media only screen and (max-width: 400px){
div.epara_title{
	width: 60%;
}
.menu_logo{
	width: 20%;
}
.menu_list{
	font-size: 14px;
}
.zdo_drawer_menu .zdo_drawer_button{
	top: 10px;
	right: 10px;
}
.award h3{
	font-size: 18px;
}
.zdo_drawer_menu .zdo_drawer_nav li{
	font-size: 20px;
}
#GUESTS h2{
	width: 45%;
}
#AWARDS h2{
	width: 50%;
}
#SPONSOR h2.partner{
	width: 50%;
}
#SPONSOR h2.media{
	width: 86%;
}
#SPONSOR h2.supporter{
	width: 58%;
}
#SPONSOR a.sponsor_logo{
	width: 45%;
}
footer ul{
	font-size: 14px;
}
}

@media only screen and (max-width: 350px){

#CALL .arrow, #TEKKEN .arrow, .comment1 .arrow, .comment2 .arrow{
	font-size: 13px;
}
.menu_list{
	font-size: 12px;
}
.zdo_drawer_menu .zdo_drawer_nav li{
	font-size: 18px;
}
#GUESTS h2{
	width: 50%;
}
#AWARDS h2{
	width: 55%;
}
#SPONSOR h2.partner{
	width: 55%;
}
#SPONSOR h2.media{
	width: 97%;
}

#SPONSOR h2.supporter{
	width: 65%;
}
#SPONSOR a.sponsor_logo{
	width: 50%;
}
footer ul{
	font-size: 12px;
}
}