@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
	font-family: 'icomoon';
	src: url('./icomoon/fonts/icomoon.ttf?8ic91e') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*,
:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, #footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
	vertical-align: baseline;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
}

@media (max-width: 600px) {
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, #footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		font-size: 3vw;
	}
}

article,
aside,
details,
figcaption,
figure,
#footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	/* 	overflow-y: scroll; */
}

body {
	background: #fff;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover {
	cursor: pointer;
}

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix {
	min-height: 1px;
}

input,
input[type="submit"],
input[type="text"],
input[type="file"],
input[type="search"],
input[type="email"],
input[type="number"],
textarea,
select,
button {
	margin: 0;
	padding: 0;
	border: 0;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	background: none transparent;
}

:focus {
	outline: none;
}

* html .clearfix {
	height: 1px;
	/*¥*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear: both;
}

object,
embed {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.icon:before,
.icon:after,
.help-content li:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@keyframes rotation {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.fade-in {
	opacity: 0;
	transition: all 1s ease;
}


.from-left {
	transform: translateX(-50px);
}

.from-right {
	transform: translateX(50px);
}

.from-top {
	transform: translateY(-50px);
}

.from-bottom {
	transform: translateY(50px);
}
.fadeDisp{
	transform: translateY(0px);
	transform: translateY(-0px);
}

/* ===============================================
	General
=============================================== */
.jksArea{
	background: #000;
	padding: 5px;
}
.jksArea img{
	height: 12px;
	width: auto;
}
header{
	width: 100%;

	margin: 0 auto 0px auto;
	padding: 20px 20px;
	display: flex;
	align-items: center;
	margin-bottom: 1px solid #ccc;
}
header h1 {

}
header h1 img{
	height: 40px;
	width: auto;
}
@media (max-width: 600px) {
	header h1 img{
		height: auto;
		width: 90%;
	}
}
.keyvisual{
	text-align: center;
	padding: 50px 0;
}

.keyvisual img{
	width: 90%;
	max-width: 1000px;
	height: auto;
}

@media (max-width: 600px) {

	.jksArea img{
		height: 8px;
		width: auto;
	}
}

.play{
	background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
	padding: 100px 20px;
}
.play a{
	display: block;
	color: #fff;
	border-radius: 50px;
	padding: 10px;
	width: 200px;
	background: #000;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
}
.play a:hover{
	background: red;
	transition:0.2s;
}
.play p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}
.play span{
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}
.play strong{
	font-weight: bold;
	text-decoration: underline;
	line-height: 2;
	font-size: 16px;
}
.howto{
	background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}
h2{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 50px;
}
.inner{
	max-width: 1200px;
	margin: auto;
	padding: 50px;
}
h3{
	font-weight: bold;
	margin-bottom: 25px;
}
dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	letter-spacing: 1px;
	line-height: 2;
}

dl dt{
	width: 30%;
}
dl dd{
	width: 70%;
}

.ranking table {
	width: 100%;
	border-collapse: collapse;
	overflow-x: auto;
	display: block;
}
.ranking th, .ranking td {
	border: 1px solid #ddd;
	padding: 16px;
	font-size: 14px;
	white-space: nowrap;
	text-align: center;
}
.ranking td strong{
	font-weight: bold;
	font-size: 14px;
}
.ranking th {
	background-color: #000;
	color: #fff;
	text-align: center;
}
.ranking tr:nth-child(even) {
	background-color: #f2f2f2;
}
.creditArea{
	background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
	color: #fff;
}
.credit a{
	color: #000;
	font-size: 12px;
}
@media (max-width: 600px) {
	.play{
		padding: 50px 0;
	}
	.keyvisual{
		padding: 30px 0;
	}
	h2{
		font-size: 10vw;
	}
}
footer{
	background: #000;
	padding: 50px;
	color: #fff;
}
footer .credit{
	max-width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 2;
	font-family: "Roboto Condensed", sans-serif;
}
.ranking .minitext{
	font-size: 14px;
	line-height: 2;
	margin-bottom: 50px;
}

.bodyNav{
	text-align: center;

	padding: 100px 0 30px 0;
}
.bodyNav ul{
	display: flex;
	margin: 0 auto;
	justify-content: center;

}
.bodyNav ul li{
	margin: 0 20px;

}
.bodyNav ul li a{
	background: #333;
	padding: 15px 30px;
	border-radius: 50px;
	color: #ccc;
}
.bodyNav ul li a:hover{
	background: #666;
	transition:0.2s;
	color: #fff;
}
.sort-buttons{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
.sort-buttons button{
	display: block;
	background: #000;
	padding: 10px 15px;
	border-radius: 50px;
	margin:5px  0;
	width: 48%;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}
.sort-buttons button:hover{
	background: #666;
	transform: .2s;
}
.sort-buttons select{
	background: #000;
	padding: 10px 15px;
	border-radius: 50px;
	margin:5px  0;
	width: 48%;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-align-last: center;
}
.hidden {
	display: none;
}
/* ===============================================
	hamburger
=============================================== */
.hamburger {
	cursor: pointer;
	z-index: 2000;
	margin-right: 20px;
}

.hamburger span {
	display: block;
	height: 3px;
	width: 30px;
	background-color: #000;
	margin-bottom: 5px;
	transition: 0.2s;
}

.hamburger span:last-child {
	margin-bottom: 0;
}

.hamburger-menu {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	background-color: black;
	transition: top 0.2s;
	z-index: 1000;
	text-align: center;
}

.hamburger-menu ul {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}

.hamburger-menu li {
	text-align: left;
	width: 100%;
}

.hamburger-menu a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px 30px;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}

.hamburger-menu-mask {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: #000;
	left: 0;
	z-index: 100;
	transition: .3s;
	display: none;
}

.hamburger-menu-mask.show {
	opacity: .95;
	display: block;
}

.hamburger-menu a:after {
	content: "\e915";
}

.hamburger-menu a:hover {
	background: #222;
	transition: 0.2s;

}

.hamburger-menu.show {
	top: 130px;
}

.hamburger.active span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
	background-color: #fff;
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
	background-color: #fff;
}

.hamburger.active span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
	background-color: #fff;
}
@media (max-width: 800px) {

	.hamburger {
		top: 30px;
	}
}
@media (max-width: 600px) {
	.inner{
		padding: 20px;
	}
	.sort-buttons button{
		width: 100%;

	}
	h3{
		font-size: 5vw;
	}
	dl,dt,dd{
		font-size: 4vw;
	}
	.play .pcarea{
		display: none;
	}
	.play p{
		font-size: 4vw;
	}
}