
@font-face {
  font-family: 'Splatoon2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./font/Splatoon2.woff2") format('woff2');
}
body {
	margin:0;
	padding:0;
	background:#222;
	color: #fff;
	font-size: 16px;
	font-family: "Splatoon2","YuGothic", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.logo {
	max-width: 128px;
	width:25%;
	text-align: center;
	margin: 15px auto 0px;
}
.logo img {
	width: 100%;
}
h1 {
	text-align: center;
	margin: 0 auto 10px;
	font-size: 28px;
	font-weight:normal;
}
h1 img {
	height:26px;
}
.time {
	font-size: 32px;
	line-height:1;
	margin: 0 0 10px;
}
.time span {
	font-size:18px;
	display:block;
	margin-right:10px;
}
h3 {
	font-size: 32px;
	margin: 0 0 10px;
	font-weight:normal;
	line-height: 1;
}
h3 img {
	vertical-align:baseline;
	width:36px;
}
.btn_area {
	display:flex;
	justify-content:space-between;
}
.tab_btn {
  width: calc(100%/4);
  box-sizing:border-box;
  padding:12px 5px;
  background-color: #222;
  font-size: 20px;
  text-align: center;
  color: #CCC;
  display: block;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tab_btn:nth-child(1){
	border-bottom: 3px solid #0CDC9B;
}
.tab_btn:nth-child(2),
.tab_btn:nth-child(3) {
	border-bottom: 3px solid #F64819;
}
.tab_btn:nth-child(4){
	border-bottom: 3px solid #C9ED30;
}
.tab_btn:nth-child(5){
	border-bottom: 3px solid #f02d7d;
}
.tab_btn img {
	width:24px;
	vertical-align:middle;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 40px 0px 0;
  clear: both;
  overflow: hidden;
}
.tab_content.active {
	display:block;
}
#xmatch:checked ~ #xmatch_content,
#challenge:checked ~ #challenge_content,
#open:checked ~ #open_content,
#nawabari:checked ~ #nawabari_content {
  display: block;
}

.tab_btn.active:nth-child(1) {
  background-color: #0CDC9B;
  color: #000;
}
.tab_btn.active:nth-child(2),
.tab_btn.active:nth-child(3) {
  background-color: #F64819;
  color: #000;
}
.tab_btn.active:nth-child(4) {
  background-color: #C9ED30;
  color: #000;
}
.tab_btn.active:nth-child(5) {
  background-color: #f02d7d;
  color: #000;
}
.match {
	max-width: 850px;
	margin: 0 auto 30px;
	padding: 10px;
	box-sizing: border-box;
}
.match h4 {
	font-family: "Gothic MB101", sans-serif;
	font-weight: 900;
	font-size:20px;
	margin: 0 20px 0 0;
}

.match p {
	font-family: "Gothic MB101", sans-serif;
	font-weight: bold;
	font-size:14px;
	margin: 0;
}
.x-match {
	color: #0CDC9B;
}
.bankara-match {
	color: #F64819;
}
.event-match {
	color: #f02d7d;
	display:flex;
	align-items:center;
}
.nawabari {
	color: #C9ED30;
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.js-start {
	justify-content: start;
}
.event-box {
	background-color:#f02d7d;
	color:#fff;
	padding:6px 10px;
	margin-bottom: 20px;
	border-radius: 8px;
}
.stage {
	min-width: 300px;
	max-width: 400px;
	margin: 0 auto 10px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.stage img {
	vertical-align: bottom;
}
.stage span {
	position: absolute;
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-family: "Splatoon2","ぶらっしゅ","YuGothic", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	left: 0px;
	bottom: 0px;
	padding:24px 12px 12px;
	font-size: 24px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.65));
	vertical-align: bottom;
	line-height:1;
}
footer {
	padding:20px;
	font-size:13px;
	text-align: center;
	font-weight:normal;
	background-color: #000;
	font-family: "YuGothic", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer a {
	color:#fff;
}
@media screen and (max-width : 767px) {
	.tab_item {
		font-size: 14px;
		text-align:center;

	}
	.tab_btn {
	 font-size:15px;
	 padding:5px;
	}
	.tab_btn img {
		display:block;
		margin:0 auto;
	}
	.tab_item img {
		display:block;
		margin:0 auto;
	}
	.time {
		font-size: 22px;
	}
	.time span {
		font-size: 14px;
	}
	h3 {
		font-size: 22px;
	}
	h3 img {
		vertical-align: text-top;
		width:30px;
	}
	.match h4 {
		font-size:18px;
		margin: 0 0 0 0;
	}

	.match p {
		font-size:13px;
		margin: 0;
	}
}