@font-face {
	font-family: 'Splatoon2';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../font/Splatoon2.woff2") format('woff2');
}

@font-face {
	font-family: 'Splatoon1';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../font/Splatoon1.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;
}

h1,
h2 {
	text-align: center;
	margin: 0 auto 10px;
	font-size: 28px;
	font-weight: normal;
}

.site-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 15px;
	padding: 20px 10px;
	flex-wrap: wrap;
	max-width: 850px;
	margin: 0 auto;
	box-sizing: border-box;
}

h1.site-title {
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
	text-align: left;
	font-family: "Splatoon1", "ぶらっしゅ", "YuGothic", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1.site-title img {
	width: 38px;
	height: auto;
	vertical-align: middle;
}
h1.site-title a:hover img {
	animation: purun 0.8s linear 0s 1;
}
.site-header p {
	font-size: 12px;
	color: #999;
	font-weight: bold;
	margin: 0;
	font-family: "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1.site-title a {
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width : 767px) {
	.site-header {
		gap: 5px;
		padding: 10px;
	}

	h1.site-title {
		font-size: 16px;
	}

	.site-header p {
		font-size: 11px;
	}
}


h1 img,
h2 img {
	height: 26px;
}

.time {
	font-size: 32px;
	line-height: 1;
	margin: 0 0 10px;
	font-weight: bold;
	align-items: center;
}

.time span {
	font-size: 15px;
	display: block;
	margin-bottom: 3px;
}

.rule {
	font-size: 30px;
	margin: 0 0 10px;
	font-weight: normal;
	line-height: 1;
}

.rule img {
	vertical-align: bottom;
	width: 36px;
}

.tab_content {
	display: block;
	padding: 20px 0px 0;
	clear: both;
	overflow: hidden;
}

.match {
	max-width: 850px;
	margin: 0 auto 30px;
	padding: 10px;
	box-sizing: border-box;
}

.match h4 {
	font-family: "Gothic MB101", sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin: 0 20px 0 0;
}

.match p {
	font-family: "Gothic MB101", sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
}

.pr {
	text-align: center;
}

.pr img {
	max-width: calc(100% - 2px);
	height: auto;
}

.pr p {
	margin-bottom: 5px;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.js-start {
	justify-content: start;
}

.stage {
	width: 50%;
	max-width: 400px;
	margin: 0 auto 10px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.stage img {
	width: 100%;
	height: auto;
	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));
	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;
	position: relative;
}

.x-link {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 20px;
	display: block;
}

.x-link img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

footer a {
	color: #fff;
}

.fix-link {
	position: fixed;
	right: 0px;
	bottom:80px;
	width: 48px;
	display: block;
	text-align: center;
	z-index: 1000;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.fix-link a {
	font-size: 16px;
	font-weight: bold;
	width: 48px;
	color: #fff;
	display: block;
	writing-mode: vertical-rl;
	text-decoration: none;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 8px 0 0 8px;
	font-family: "YuGothic", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fix-link-battle a {
	background-color: #09a071;
}
.fix-link a img {
	width: 24px;
	height: auto;
	vertical-align: bottom;
	margin-bottom: 6px;
}
.fix-link a:hover img {
	animation: purun 0.8s linear 0s 1;
}
@keyframes purun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
  30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
  50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
  70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

@media screen and (max-width : 767px) {
	.time {
		font-size: 28px;
	}

	.time span {
		font-size: 13px;
	}

	.rule {
		font-size: 22px;
	}

	.rule img {
		vertical-align: text-top;
		width: 30px;
	}

	.match h4 {
		font-size: 18px;
		margin: 0 0 0 0;
	}

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

	.stage {
		position: relative;
		min-width: 0px;
		height: 150px;
		width: 48%;
		max-width: 400px;
		margin: 0 auto 10px;
		position: relative;
		overflow: hidden;
		border-radius: 10px;
	}

	.stage img {
		height: 150px;
		width: 300px;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}

	.stage span {
		left: 50%;
		bottom: 0px;
		transform: translateX(-50%);
		z-index: 10;
		font-size: 18px;
	}
}

/* Salmon Run Styles */

.salmon-run-header {
	border-bottom: 3px solid #FE4E1E;
}

.salmon-run {
	color: #FE4E1E;
}

.weapons-list {
	display: flex;
	margin-top: 5px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.weapon-item {
	width: 23%;
	text-align: center;
}

.weapon-item img {
	width: 100%;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.1);
}

.weapon-item span {
	display: block;
	font-size: 12px;
	line-height: 1.2;
}

.boss-info {
	font-family: "Gothic MB101", sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

.boss-info span {
	font-size: 14px;
	margin-right: 10px;
	font-weight: normal;
}

.coop-flex {
	align-items: flex-start;
	gap: 20px;
}
.stage-item {
	margin: 0;
	width: 48%;
}

@media screen and (max-width : 767px) {
	.boss-info {
		font-size: 16px;
	}

	.coop-flex {
		display: block;
	}
	.stage-item {
		margin: 0 0 10px;
		width:auto;
	}
	.stage-item img{
		width: 100%;
		height: auto;
	}
}

.weapons-container {
	flex: 1;
}

.weapon-title {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 14px;
}

.big-run-text {
	color: #ff00ea;
	font-weight: bold;
}

.error-p {
	text-align: center;
	padding: 20px;
}
