@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	layout
//////////////////////////////////////////////////////////////*/

/*=======================================================
	body
=======================================================*/
body {
}

#body_bg {
	background: url(../img/bg.jpg) 50% 0 no-repeat;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	padding-bottom: 108px;
}

#body_record_bg {
	background: url(../img/bg_record.png) 50% 0 repeat-y, url(../img/bg.jpg) 50% 0 no-repeat;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	padding-bottom: 108px;
}

/*=======================================================
	container
=======================================================*/
#container {
	position: relative;
}

/* btn_sns_area */
#btn_sns_area {
	position: absolute;
	right: 150px;
	top: 10px;
	z-index: 10;
}

/* fb_btn_area */
#fb_btn_area {
	text-align: right;
	float: right;
	margin-right: 10px;
}

#fb_btn_area span {
	vertical-align: top !important;
}

/* tw_btn_area */
#tw_btn_area {
	text-align: right;
	float: right;
}

/* gnavi_area */
#gnavi_area {
	top: 0;
}

/*=======================================================
	common
=======================================================*/
section {
	width: 1200px;
	margin: 0 auto;
}

.ttl {
	background: url(../img/bg_contents.png) 50% 100% no-repeat;
	padding-bottom: 20px;
}

/* table_style */
.table_style {
	width: 100%;
}

.table_style th {
	width: 20%;
	padding: 20px 2%;
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #E95936), color-stop(0, #F08926));
	background: -webkit-linear-gradient(top, #F08926 0%, #E95936 100%);
	background: -moz-linear-gradient(top, #F08926 0%, #E95936 100%);
	background: -o-linear-gradient(top, #F08926 0%, #E95936 100%);
	background: -ms-linear-gradient(top, #F08926 0%, #E95936 100%);
	background: linear-gradient(to bottom, #F08926 0%, #E95936 100%);
	border: 2px solid #FFF;
	/*
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	font-weight: normal;
}

.table_style.caution_area th,
.table_style.gray_area th{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #333), color-stop(0, #666));
	background: -webkit-linear-gradient(top, #666 0%, #333 100%);
	background: -moz-linear-gradient(top, #666 0%, #333 100%);
	background: -o-linear-gradient(top, #666 0%, #333 100%);
	background: -ms-linear-gradient(top, #666 0%, #333 100%);
	background: linear-gradient(to bottom, #666 0%, #333 100%);
}

.table_style td {
	padding: 20px 2%;
	border: 2px solid #FFF;
	text-align: left;
	background: url(../img/bg_contents.png) 50% 50% repeat-y;
	border-left: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.table_style.caution_area td,
.table_style.gray_area td {
	background: #FFF;
}

.list_style{
	margin-left: 1em;
}

.list_style li {
	list-style: circle;
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.btn_area {
}

.btn_area a {
	width: 60%;
	padding: 30px 5%;
	border: #F08926 2px solid;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #E43B40), color-stop(0, #F08926));
	background: -webkit-linear-gradient(top, #F08926 0%, #E43B40 100%);
	background: -moz-linear-gradient(top, #F08926 0%, #E43B40 100%);
	background: -o-linear-gradient(top, #F08926 0%, #E43B40 100%);
	background: -ms-linear-gradient(top, #F08926 0%, #E43B40 100%);
	background: linear-gradient(to bottom, #F08926 0%, #E43B40 100%);
	box-shadow: 0px 0px 0px 1px #FFF inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
	transition: 1s;
}

.btn_area a:hover {
	text-shadow: 0px 0px 10px #FFF;
}

.btn_area p {
	width: 60%;
	padding: 30px 5%;
	border: #DDD 2px solid;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #EEE), color-stop(0, #FFF));
	background: -webkit-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: -o-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
	background: linear-gradient(to bottom, #FFF 0%, #EEE 100%);
	box-shadow: 0px 0px 0px 1px #FFF inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	color: #333;
	display: inline-block;
	text-decoration: none;
	transition: 1s;
}


/*=======================================================
	logo_area, logo_s_area
=======================================================*/
#logo_area,
#logo_s_area {
	padding-top: 200px;
	margin-bottom: 100px;
}

#logo_area h1,
#logo_s_area h1 a {
	margin-bottom: 10px;
	height: 272px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo_main.png) 50% 100% no-repeat;
	background-size: contain;
}

#logo_s_area h1 a {
	display: block;
}

#logo_area h2,
#logo_s_area h2 {
	height: 130px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo_date.png?20181206) 50% 100% no-repeat;
	background-size: contain;
}

/*=======================================================
	esports_area
=======================================================*/
#ttl_esports_area h2 {
	height: 133px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/ttl_esports.png) 50% 50% no-repeat;
	background-size: contain;
}

#esports_area {
	background: url(../img/bg_contents.png) 50% 0 repeat-y;
	padding: 30px 0 50px;
	margin-bottom: 100px;
}

#esports_area p {
	text-align: left;
	text-shadow: 2px 2px 1px #FFF;
	width: 90%;
	margin: 0 auto 20px;
}

#esports_area h3 {
	text-shadow: 2px 2px 1px #FFF;
}

/*=======================================================
	new_area
=======================================================*/
#ttl_new_area h2 {
	height: 133px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/ttl_new.png) 50% 50% no-repeat;
	background-size: contain;
}

#new_area {
	background: url(../img/bg_contents.png) 50% 0 repeat-y;
	padding: 30px 0 50px;
	margin-bottom: 100px;
}

/*=======================================================
	about_area
=======================================================*/
#ttl_about_area h2 {
	height: 133px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/ttl_about.png) 50% 50% no-repeat;
	background-size: contain;
}

#about_area {
	background: url(../img/bg_contents.png) 50% 0 repeat-y;
	padding: 30px 0 80px;
	margin-bottom: 100px;
}

/*=======================================================
	schedule_area
=======================================================*/
#ttl_schedule_area h2 {
	height: 133px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/ttl_schedule.png) 50% 50% no-repeat;
	background-size: contain;
}

#schedule_area {
	background: url(../img/bg_contents.png) 50% 0 repeat-y;
	padding: 30px 0 80px;
	margin-bottom: 100px;
}

/*=======================================================
	entry_area
=======================================================*/
#ttl_entry_area h2 {
	height: 133px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/ttl_entry.png) 50% 50% no-repeat;
	background-size: contain;
}

#entry_area {
	background: url(../img/bg_contents.png) 50% 0 repeat-y;
	padding: 30px 0 80px;
	margin-bottom: 100px;
}

#entry_area .entry_table {
	margin-bottom: 50px;
}

#entry_area .caution_area {
	margin-bottom: 30px;
}

#entry_rule_sfv_area {
	margin-bottom: 50px;
}

#entry_rule_sfv_area h3 {
	margin-bottom: 20px;
	height: 91px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/sttl_entry_rule_sfv.png) 50% 50% no-repeat;
	background-size: contain;
}

#entry_rule_we_area {
	margin-bottom: 50px;
}

#entry_rule_we_area h3 {
	margin-bottom: 20px;
	height: 91px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/sttl_entry_rule_we.png?20190606) 50% 50% no-repeat;
	background-size: contain;
}

/* table_style_sfv */
.table_style_sfv {
	width: 100%;
}

.table_style_sfv th {
	width: 20%;
	padding: 20px 2%;
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #E43B40), color-stop(0, #E95B35));
	background: -webkit-linear-gradient(top, #E95B35 0%, #E43B40 100%);
	background: -moz-linear-gradient(top, #E95B35 0%, #E43B40 100%);
	background: -o-linear-gradient(top, #E95B35 0%, #E43B40 100%);
	background: -ms-linear-gradient(top, #E95B35 0%, #E43B40 100%);
	background: linear-gradient(to bottom, #E95B35 0%, #E43B40 100%);
	border: 2px solid #FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	font-weight: normal;
}

.table_style_sfv th.th_w {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #F9F9F9), color-stop(0, #FFF));
	background: -webkit-linear-gradient(top, #FFF 0%, #F9F9F9 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #F9F9F9 100%);
	background: -o-linear-gradient(top, #FFF 0%, #F9F9F9 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #F9F9F9 100%);
	background: linear-gradient(to bottom, #FFF 0%, #F9F9F9 100%);
	color: #E43B40;
	
}

.table_style_sfv td {
	padding: 20px 2%;
	border: 2px solid #FFF;
	text-align: left;
	background: url(../img/bg_contents.png) 50% 50% repeat-y;
	border-left: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.btn_sfv_area a {
	margin-bottom: 20px;
	border: #E95B35 2px solid;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #E43B40), color-stop(0, #E95B35));
	background: -webkit-linear-gradient(top, #E95B35 0%, #E43B40 100%);
	background: -moz-linear-gradient(top, #E95B35 0%, #E43B40 100%);
	background: -o-linear-gradient(top, #E95B35 0%, #E43B40 100%);
	background: -ms-linear-gradient(top, #E95B35 0%, #E43B40 100%);
	background: linear-gradient(to bottom, #E95B35 0%, #E43B40 100%);
	box-shadow: 0px 0px 0px 1px #FFF inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* table_style_we */
.table_style_we {
	width: 100%;
}

.table_style_we th {
	width: 20%;
	padding: 20px 2%;
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #003366), color-stop(0, #00468C));
	background: -webkit-linear-gradient(top, #00468C 0%, #003366 100%);
	background: -moz-linear-gradient(top, #00468C 0%, #003366 100%);
	background: -o-linear-gradient(top, #00468C 0%, #003366 100%);
	background: -ms-linear-gradient(top, #00468C 0%, #003366 100%);
	background: linear-gradient(to bottom, #00468C 0%, #003366 100%);
	border: 2px solid #FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	font-weight: normal;
}

.table_style_we th.th_w {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #F9F9F9), color-stop(0, #FFF));
	background: -webkit-linear-gradient(top, #FFF 0%, #F9F9F9 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #F9F9F9 100%);
	background: -o-linear-gradient(top, #FFF 0%, #F9F9F9 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #F9F9F9 100%);
	background: linear-gradient(to bottom, #FFF 0%, #F9F9F9 100%);
	color: #003366;
	
}

.table_style_we td {
	padding: 20px 2%;
	border: 2px solid #FFF;
	text-align: left;
	background: url(../img/bg_contents.png) 50% 50% repeat-y;
	border-left: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.btn_we_area a {
	border: #00468C 2px solid;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #003366), color-stop(0, #00468C));
	background: -webkit-linear-gradient(top, #00468C 0%, #003366 100%);
	background: -moz-linear-gradient(top, #00468C 0%, #003366 100%);
	background: -o-linear-gradient(top, #00468C 0%, #003366 100%);
	background: -ms-linear-gradient(top, #00468C 0%, #003366 100%);
	background: linear-gradient(to bottom, #00468C 0%, #003366 100%);
}

/*=======================================================
	record_list_area
=======================================================*/
#ttl_record_area h2 {
	height: 133px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/ttl_record.png) 50% 50% no-repeat;
	background-size: contain;
}

#record_list_area {
	background: url(../img/bg_contents.png) 50% 0 repeat-y;
	padding: 30px 0 80px;
	margin-bottom: 100px;
}

.record_list_box {
}

.record_list_box h3 {
	margin-bottom: 20px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}

#record_sfv_list_area {
	margin-bottom: 50px;
}

#record_sfv_list_area h3 {
	background: url(../img/sttl_record_sfv.png) 50% 50% no-repeat;
	background-size: contain;
}

#record_we_list_area {
}

#record_we_list_area h3 {
	background: url(../img/sttl_record_we.png) 50% 50% no-repeat;
	background-size: contain;
}

.record_detail_area {
	margin: auto;
	padding: 135px 130px;
	width: 265px;
	height: 370px;
	background: url(../img/frame_record.png) 50% 50% no-repeat;
	background-size: contain;
}

.record_detail_area_02 {
	color: #FFF;
	margin: 50px auto 0;
	padding: 100px 0;
	width: 473px;
	height: 274px;
	background: url(../img/frame_record_02.png) 50% 50% no-repeat;
	background-size: contain;
}

.ttl_record_sfv {
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/sttl_record_sfv.png) 50% 50% no-repeat;
	background-size: contain;
}

.ttl_record_we {
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/sttl_record_we.png) 50% 50% no-repeat;
	background-size: contain;
}


.record_detail_area_02 h3 {
	margin-bottom: 50px;
}

/*=======================================================
	other_info_area
=======================================================*/
#other_info_area {
}

#other_info_area h5 {
	color: #FFF;
	text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
}

/*=======================================================
	footer
=======================================================*/
#footer {
	width: 100%;
	height: 180px;
}

#footer p {
	text-align: center;
	line-height: 180px;
	margin-bottom: 0;
}

#footer p a {
	text-decoration: none;
	color: #FFF;
	text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
}

#footer p a:hover {
	color: #FF9900;
}

/*=======================================================
	pagetop_area
=======================================================*/
#pagetop_area {
	position: fixed;
	bottom: 0px;
	right: 10px;
}

#pagetop_area a {
	width: 120px;
	height:120px;
	display: block;
}


/*=======================================================
	keyframes
=======================================================*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}