@charset "utf-8";
html {
	font-size: calc(100vw / 30);
	background-color: #fff;
}

@media screen and ( min-width : 960px ) {
	html {
		font-size: 25px;
	}
}
body {
	font-size: 100%;
	min-width: 320px;
	color: #3e3e3e;
	overflow: auto;
	height: 100%;
}
body.active {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media screen and ( min-width : 960px ) {
	body::after,
	body{
		background-image: url(../img/bg_img_pc_left.png), url(../img/bg_img_pc_right.png), url(../img/bg_deadspace.png);
		background-size: auto 41.2em, auto 41.2em,5.12em;
		background-position: 0 10em, calc(50% - -45em) -2.5em,center;
		background-repeat: no-repeat, no-repeat, repeat;
		background-attachment: fixed;
		overflow-x: hidden;
	}
}
a {
	color: #0197a9;
}
a:visited {
	color: #0197a9;
}
p {
	text-align: inherit;
}
strong{
	color: #b98310;
}
img {
	outline-offset: 0.24em;
	width: 100%;
}
.container {
	background: transparent;
	z-index: 1;
}
@media screen and ( min-width : 960px ) {
	a{
		-webkit-transition: opacity .2s ease;
		-ms-transition: opacity .2s ease;
		-moz-transition: opacity .2s ease;
		transition: opacity .2s ease;
	}
	a:hover{
		opacity: 0.75;
	}
	.container {
		width: 1000px;
		max-width: 1000px;
		margin: auto;
		box-shadow: 2px 0 2px -2px rgba(0,0,0,0.3);
	}
}

header{
	height: 3.3335em;
	position: fixed;
	display: block;
	width: 100vw;
	z-index: 50;
}
header .menu{
	position: absolute;
	top: 0.9em;
	right: 0.8em;
}
header .menu input#nav-open{
	display: none;
}
header .menu input + label,
header .menu input + label span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header .menu input + label {
	position: relative;
	width: 1.6em;
	height: 1.4em;
}
header .menu input + label::before,
header .menu input:checked + label::before {
	content: "";
	position: absolute;
	top: 1.64em;
	left: -0.18em;
	width: 2em;
	height: 0.48em;
	background-image: url(../img/menu_text.png);
	background-position-x: center;
	background-position-y: top;
	background-size: 1.92em auto;
	background-repeat: no-repeat;
}
header .menu input:checked + label::before {
	top: 1.6em;
	background-position-y: -0.48em;
}
header .menu input + label span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.16em;
	background-color: #3d3d3d;
	border-radius: 0.16em;
	text-indent: -9999px;
}
header .menu input + label span:nth-of-type(1) {
	top: 0;
}
header .menu input + label span:nth-of-type(2) {
	top: 46%;
}
header .menu input + label span:nth-of-type(3) {
	bottom: 1%;
}
header .menu input:checked + label span:nth-of-type(1) {
	-webkit-transform: translateY(0.65em) rotate(-45deg);
	transform: translateY(0.65em) rotate(-45deg);
}
header .menu input:checked + label span:nth-of-type(2) {
	opacity: 0;
}
header .menu input:checked + label span:nth-of-type(3) {
	-webkit-transform: translateY(-0.65em) rotate(45deg);
	transform: translateY(-0.65em) rotate(45deg);
}

@media screen and ( max-width : 959px){
	header strong{
		width: 7.125em;
		height: 3.6em;
		background-size: 100% auto;
		display: block;
	}
	header .hm{
		font-size: 100%;
		box-shadow: none;
	}
}
@media screen and ( min-width : 960px ) {
	header {
		height: 3.08em;
		z-index: 510;
		left: 0;
	}
	header .menu{
		display: none;
	}
	header .hm{
		box-shadow: none;
	}
}

.nemu-nav {
	position: fixed;
	width: 100%;
	z-index: 45;
	top: 3.3335em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	right: -100vw;
}
.nemu-nav.active {
	right: 0;
}
.nemu-nav::before{
	content:"";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nemu-nav.active::before{
	position: fixed;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nemu-nav ul{
	position: fixed;
	background-image: url(../img/bg_img_sp_bottom.png), url(../img/bg_inactive.png);
	background-position: top 30em center,top;
	background-repeat: no-repeat,repeat;
	background-size:100%, 10.24em;
	height: calc(100% - 3.3335em);
	width: calc(100% - 5em);
	padding-bottom:2em;
	margin-left: 5em;
	-webkit-transition: right 0.3s ease 0.5s;
	-moz-transition: right 0.3s ease 0.5s;
	-o-transition: right 0.3s ease 0.5s;
	transition: right0.3s ease 0.5s;
	display: flex;
	flex-direction:column;
    overflow-y: auto;
	webkit-overflow-scrolling: touch;
}
.nemu-nav ul li{
	position: relative;
	background-image: url(../img/bg_base.png);
	background-size: 10.24em;
}
.nemu-nav ul li:first-of-type{
	height: 8em;
}
.nemu-nav ul li p,
.nemu-nav ul li a{
	align-self: stretch;
	display: flex;
	align-items: center;
	height: 4.08em;
	width: 100%;
	border-bottom: 0.08em solid #c2bbb1;
}
.nemu-nav ul li a span,
.nemu-nav ul li p span{
	content: "";
	height: 1.2em;
	width: 100%;
	background-image: url(../img/nemu_nav.png);
	background-size: 15.68em auto;
	background-repeat: no-repeat;
	background-position-x: 1.6em;
	text-indent: -9999px;
}
.nemu-nav ul li .top{
	height: 8em;
}
.nemu-nav ul li .top span{
	height: 8em;
	box-shadow: 0 0.32em 0.16em -0.16em rgba(0,0,0,0.25) inset;
	background-image: url(../img/nemu_nav.png),url(../img/bg_img_sp_top.png);
	background-size: 15.68em auto, 100%;
	background-position: top 0.7em center, center;
}
.nemu-nav ul li .about span{
	background-position-y: -8.2em;
}
.nemu-nav ul li .qualifier span{
	background-position-y: -9.8em;
}
.nemu-nav ul li .qualifier-result span{
	background-position-y: -11.36em;
}
.nemu-nav ul li .final span{
	background-position-y: -12.96em;
}
.nemu-nav ul li .finalist span{
	background-position-y: -20.56em;
}
.nemu-nav ul li .program span{
	background-position-y: -16.16em;
}
.nemu-nav ul li .final_result span{
	background-position-y: -24.96em;
}
.nemu-nav ul li .caution span{
	background-position-y: -14.56em;
}


.nemu-nav ul li a::after{
	content: ">";
	position: absolute;
	right: 1.6em;
	height: 1.2em;
	width: 0.8em;
	background-image: url(../img/nav_arrow.png);
	background-size: auto 1.2em;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
.nemu-nav ul li:first-of-type a::after,
.nemu-nav ul li.now a::after{
	content: none;
}
.nemu-nav ul li.now,
.nemu-nav ul li.next.now{
	background-image: url(../img/bg_current.png);
}
.nemu-nav ul li.none{
	background-image: none;
}
.nemu-nav ul li:first-of-type.now{
	background-image: url(../img/bg_base.png);
}
.nemu-nav ul li.up::before {
	content: "UP!";
}
@keyframes flash {
	0% {opacity: 1;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@-webkit-keyframes flash {
	0% {opacity: 1;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}

.nemu-nav ul li:last-of-type {
	text-align: center;
	padding-top: 1.0em;
	background-image: none;
}
.nemu-nav ul li:last-of-type a::after{
	content: none;
}
.nemu-nav ul li div.sns-link-twitter,
.nemu-nav ul li div.sns-link-fb,
.nemu-nav ul li div.sns-link-line{
	display: inline-block;
	margin: 0 6px;
}
.nemu-nav ul li div.sns-link-line{
	display: none;
}
body[data-responsive='sp'] .nemu-nav ul li div.sns-link-line{
	display: inline-block;
}
.nemu-nav ul li div.sns-link-twitter a,
.nemu-nav ul li div.sns-link-fb a,
.nemu-nav ul li div.sns-link-line a,
.sns-link li a{
	display: block;
	height: 2.8em;
	width: 2.8em;
	text-indent: -9999px;
	background-image: url(../../../img/common/sns_btn.gif);
	background-size: 100% auto;
	background-position: top;
	border-radius: 100%;
}
.nemu-nav ul li div.sns-link-fb a{
	background-position: center;
}
.nemu-nav ul li div.sns-link-line a{
	background-position: bottom;
}

@media screen and ( min-width : 960px ) {
	.nemu-nav{
		left: 0;
		top: 3.08em;
		width: 5em;
		z-index: 505;
		max-width: 200px;
	}
	.nemu-nav ul{
		margin-left: 0;
		max-width: 200px;
		font-size: 50%;
		background-size:0, 10.24em;
		box-shadow: 0 0 2px rgba(0,0,0,0.3);
	}
	.nemu-nav ul li:first-of-type {
		box-shadow: none;
	}
	.nemu-nav ul li div.sns-link-twitter a,
	.nemu-nav ul li div.sns-link-fb a,
	.nemu-nav ul li div.sns-link-line a{
		height: 3.6em;
		width: 3.6em;
		padding: 0
	}
	.nemu-nav::before{
		content: none;
	}
	.nemu-nav ul li a::after {
		top: 1.3em;
		right: 1.6em;
	}
	.nemu-nav ul li .top span{
		background-image: url(../img/nemu_nav.png);
		background-size: 15.68em auto;
		top:0;
		box-shadow: none;
	}
	.nemu-nav ul li .program span{
		background-position-y: -17.76em;
		height: 2.8em;
	}
	.nemu-nav ul li .finalist span{
		background-position-y: -22.16em;
		height: 2.8em;
	}
	.nemu-nav ul li:last-of-type {
		padding-top: 1.6em;
	}
}

@media screen and ( min-width : 1000px ) {
	.nemu-nav{
		left: calc(50vw - 508.5px);
		width: 5em;
		z-index: 505;
		max-width: 200px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
}

article {
	margin-top:3.6em;
	background-color: #494949;
	background-color:#e5e5e5;
}
@media screen and ( min-width : 960px ) {
	article {
		margin-top:3.08em;
		margin-left: 200px;
		max-width: 800px;
	}
}

section{
	padding: 2.8em 0 2.8em;
	margin-top: 0;
	border-bottom: 0.8em solid #2e2e2e;
}
section:first-of-type{
	border-bottom-width: 0.64em;
}

section > *{
	padding-left: 0.8em;
	padding-right: 0.8em;
}
section:last-of-type{
	border-bottom: 1.6em solid #2e2e2e;
}

section > h3 {
	display: block;
	text-indent: -9999px;
	z-index: 10;
	position: relative;
	background-image: url(../img/sub_ttl.png);
	background-repeat: no-repeat;
	background-size: 22.36em auto;
	height: 3.2em;
	margin: 0 auto;
	padding-bottom: 2.72em;
    background-position-x: center;
}

@media screen and ( min-width : 960px ) {
	section {
		font-size: 50%;
		padding: 3.2em 0 3.2em;
		border-width: 1.6em;
	}
	section h3 {
		font-size: 200%;
	}
	section:last-of-type{
		border-bottom-width: 3.2em;
	}
}

section#mainvisual{
	padding-top: 0;
	background: #2e2e2e;
}
section#mainvisual .ttl{
	position: relative;
	background-size: auto 100%;
	height: 8.095em;
}
.qualifier-result section#mainvisual{
	padding-bottom: 7.0em;
}
section#mainvisual .ttl h2{
	position: relative;
	height: 100%;
	text-indent: -9999px;
}
@media screen and ( min-width : 960px ) {
	section#mainvisual{
		border-bottom-width: 0;
	}
	.qualifier-result section#mainvisual{
		padding-bottom: 9.4em;
	}
	section#mainvisual .ttl{
		height: 14.4em;
	}
	section#mainvisual .ttl.fixed {
		margin-bottom: 4em;
	}
}

.page-nav{
	padding-left: 0;
	padding-right: 0;
	position: absolute;
}
.page-nav ul {
	display: flex;
	width: 100vw;
	padding: 0.16em 0.16em 0.32em;
	background: #2e2e2e;
}
.page-nav ul li {
	background-color: #0197a9;
	flex: 1 0 30%;
	text-align: center;
	height: 3.2em;
	position: relative;
	box-shadow: 0 0.16em 0 0 #066874;
	-webkit-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.page-nav ul li.now{
	background-color: #066874;
	margin-top: 0.16em;
	margin-bottom: -0.16em;
	box-shadow: none;
}
.page-nav ul li:nth-of-type(2){
	margin-left: 0.16em;
	margin-right: 0.16em;
}
.page-nav ul li a{
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}
.page-nav ul li a > span{
	white-space: nowrap;
}
.page-nav ul li a::after{
	content: "";
	display: block;
	width: 100%;
	height: 1.2em;
	background-image: url(../img/page_nav.png);
	background-position: top left 48%;
	background-repeat: no-repeat;
	background-size: 10.24em auto;
	margin-top: -0.4em;
}
.page-nav ul li:nth-of-type(2) a::after{
	background-position-y: center;
}
.page-nav ul li:nth-of-type(3) a::after{
	background-position-y: bottom;
}
.page-nav.fixed {
	position: fixed;
	top: 3.60em;
	z-index: 40;
}
@media screen and ( min-width : 960px ) {
	.page-nav ul{
		width: 64em;
	}
	_:lang(x)::-ms-backdrop, .page-nav ul{
		width: 63.8em;
	}
	@supports (-ms-ime-align: auto) {
		.page-nav ul{
			width: 63.9em;
		}
	}
	.page-nav ul li{
		height: 4em;
	}
	.page-nav ul li a{
		font-size: 140%;
	}
	.page-nav ul li a::after{
		margin-top: -0.9em;
	}
	.page-nav ul li:hover{
		background-color: #066874;
		margin-top: 0.16em;
		margin-bottom: -0.16em;
		box-shadow: none;
	}
	.page-nav.fixed {
		top: 6.12em;
	}
}

.rule[class*="rule-"]{
	padding-top: 1.75em;
}
.rule figure figcaption small{
	font-size: 0.8em;
}
.rule h4{
	text-indent: -9999px;
	z-index: 10;
	position: relative;
	height: 2.76em;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/overview_subttl.png);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}
.rule h4::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1.28em;
	top: 0.75em;
	background-image: url(../img/overview_subttl.png);
	background-position-x: center ;
	background-repeat: no-repeat;
	background-size: 28.8em auto;
}
section#expcp .rule h4::after{
	background-position-y: -17.68em;
}
.rule figure,
.rule > p{
	margin-top: 1.3em;
	padding: 0 0.8em;
}
.rule h5 + figure{
	margin-top: 1.2em;
}
.rule figure > *{
	margin-top: 0.8em
}
.rule figure > *:first-child{
	margin-top: 0
}
.rule.rule-conf figure,
.rule.rule-conf-priority figure,
.rule.rule-item figure{
	display: flex;
}
.rule.rule-conf figure img,
.rule.rule-conf-priority figure img,
.rule.rule-item figure img{
	width: 34%;
	height: 34%;
}
.rule.rule-conf figure figcaption,
.rule.rule-conf-priority figure figcaption,
.rule.rule-item figure figcaption{
	margin-top: 0;
	padding-left: 0.8em;
}

@media screen and ( min-width : 960px ) {
	.rule[class*="rule-"] {
		padding-top: 2.5em;
	}
	h3 + .rule[class*="rule-"] {
		padding-top: 1.1em;
	}
	#about .rule[class*="rule-"] {
		padding-top: 2.4em;
	}
	.rule h4{
		height: 5.6em;
		background-size: auto;
	}
	.rule h4::after{
		font-size: 200%;
	}
	.rule figure{
		margin-top: 1.6em;
		padding: 0 4em 0;
	}
	.rule figure figcaption,
	.rule > p{
		font-size: 1.5em;
		line-height: 1.7em;
	}
	.rule > p{
		padding: 0 2.22223em 0;
		font-size: 1.8em;
	}
	.rule.rule-conf figure img{
		width:100%;
	}
	_:lang(x)::-ms-backdrop, .rule.rule-conf figure img {
		width:auto;
	}
}

.tournament{
	background: url(../img/top_about_tournament_fin_sp.png) no-repeat center top /auto 100%;
    margin-top: -13.8rem;
    height: 24.4rem;
    text-indent: -9999rem;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-direction: row;
    padding-bottom: 1rem;
}
.tournament .popup-tournament-priority,
.tournament .popup-tournament-qualifier{
    display: block;
    width: 11.6rem;
	background-color: #41841d;
	box-shadow: #2d6211 0 0.16rem 0;
}
.tournament .popup-tournament-priority:hover,
.tournament .popup-tournament-qualifier:hover{
	opacity: 1;
	background-color: #479a1a;
}
.tournament .popup-tournament-priority p,
.tournament .popup-tournament-qualifier p{
    display: block;
    height: 2.8rem;
	background: url(../img/top_about_tournament_fin_btn_priority.png) no-repeat center /auto 2.08rem;
}
.tournament .popup-tournament-qualifier p{
	background: url(../img/top_about_tournament_fin_btn_qualifier.png) no-repeat center /auto 2.08rem;
}
@media screen and ( min-width : 960px ) {
	.tournament{
		background: url(../img/top_about_tournament_fin_pc.png) no-repeat center top /auto 100%;
		margin-top: 1rem;
		height: 19.24rem;
		padding: 0 1rem 1rem;
	}
	.tournament .popup-tournament-priority,
	.tournament .popup-tournament-qualifier{
		width: 10.2rem;
	}
	.tournament .popup-tournament-priority p,
	.tournament .popup-tournament-qualifier p{
		background-size: auto 1.92rem;
	}
}

.sns-link {
	padding: 1.6em 0 ;
	background-image: url(../img/bg_base.png);
	background-size: 10.24em;
}

.store_link_footer > div{
width: calc(100% - 20px);
height: auto;
margin: auto;
padding: 0;
background-image: none;
}
.store_link_footer ul{
width: auto;
height: auto;
margin: 0 auto;
display: flex;
display: -webkit-flex; /**iPad?**/
flex-flow: row nowrap;
justify-content: center;
align-items: flex-end;
background: url(../../../img/common/bg_store_link_transmission_l.png?191102) no-repeat right top 15%;
background-size: 80.5% auto;
}
.store_link_footer ul li.app-icon,
.store_link_footer ul li[class^="app-link"]{
margin: 2.5% 0;
}
.store_link_footer ul li.app-icon{
width: 19%;
display: flex;
align-items: center;
background-image: none;
margin-right: 1%;
}
.store_link_footer ul li.app-icon img{
max-width: 100%;
width: 100%;
border-radius: 20%;
}
.store_link_footer ul li[class^="app-link"]{
width: 45%;
margin-left: 2%;
}


@media screen and ( min-width : 960px ) {
	.sns-link {
		background-size: 5.12em;
	}
	.store_link_footer {
		padding: 0;
	}
}
.login {
	background: url(../../../img/index/regist_bg.png) repeat center top #FFE539;
	background-position:left top;
	padding: 0.2em 3em 1.25em;
}
.login p a {
	background-image: url(../img/btn_gamestart.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 4.16em;
	display: block;
	margin: auto;
	text-indent: -9999px;
}

@media screen and ( min-width : 960px ) {
	.store_link_footer > div{
		max-width: 960px;
		height: auto;
		margin: 0 auto;
		background-image: none;
	}
	.store_link_footer ul{
		width: auto;
		display: flex;
		display: -webkit-flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		padding: 0 1.6em;
		background-image: none;
	}
	.store_link_footer ul li.app-icon{
		height: 100%;
		width: 45%;
		display: flex;
		align-items: center;
		background: url(../../../img/common/bg_store_link_transmission_s.png?191102) no-repeat right center;
		background-size: 62.2% auto;
		margin: 1.703% 0;
	}
	.store_link_footer ul li.app-icon img{
		max-width: 33.25%;
		width: 33.25%;
	}
	.store_link_footer ul li[class^="app-link"]{
		width: 45%;
		margin-left:2%;
	}
	.login {
		display: none;
	}
	footer{
		position: relative;
		z-index: 510;
		background-color: #fff;
		box-shadow: 0px 0px 2px rgba(0,0,0,0.3)
	}
	.btn-page-top{
		z-index: 520;
		bottom: 7px;
	}
}

@media screen and ( min-width : 960px ) {
	body::after {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 500;
		pointer-events: none;
		opacity: 1;
		-webkit-transition: opacity .4s ease-out;
		-ms-transition: opacity .4s ease-out;
		-moz-transition: opacity .4s ease-out;
		transition: opacity .4s ease-out;
		-webkit-animation: fadein 0.4s ease forwards;
		animation: fadein 0.4s ease forwards;

	}
	_:lang(x)::-ms-backdrop, body::after {
		content: none;
	}
	body.fadein::after {
		opacity: 0;
		-webkit-animation: fadein 0.4s ease;
		animation: fadein 0.4s ease;
	}
	@-webkit-keyframes fadein {
		0% {opacity: 1;}
		100% {opacity: 0;}
	}
	@keyframes fadein {
		0% {opacity: 1;}
		100% {opacity: 0;}
	}
	body.fadein.fadeout::after {
		opacity: 0;
		-webkit-animation: fadeout 2s ease;
		animation: fadeout 2s ease;
	}
	@-webkit-keyframes fadeout {
		0% {opacity: 0;}
		20% {opacity: 1;}
		60% {opacity: 1;}
		70% {opacity: 0;}
	}
	@keyframes fadeout {
		0% {opacity: 0;}
		20% {opacity: 1;}
		60% {opacity: 1;}
		70% {opacity: 0;}
	}
}
.btn-main {
	margin: 1.2em auto 0;
	width: 100%;
}
.btn-main a {
	display: flex;
	margin: auto;
	width: 13.92em;
	height: 3.36em;
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: 13.92em auto;
}
.btn-main a p {
	text-indent: -9999px;
}
.btn-totop{
	margin-top: 2em;
}
.btn-totop a{
	display: block;
	height: 2.4em;
	width: 10em;
	margin-left: auto;
	margin-right: auto;
	background-color: #696969;
	background-image: url(../img/page_totop.png);
	background-size: 8.36em auto;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 0.16em solid #3e3e3e;
	text-indent: -9999px;
}
.btn-totop.btn-toback a{
	background-image: url(../img/page_toback.png);
	background-size: 9.28em auto;
	width: 11em;
}
@media screen and ( min-width : 960px ) {
	.btn-main {
		font-size: 200%;
		margin: 0.8em auto 0;
	}
	.btn-main a {
		width: 13.92em;
		height: 3.36em;
		background-size: 13.92em auto;
	}
	.btn-main a:hover{
		opacity: 1;
		background-position-y: -3.36em;
	}
	.btn-main a p {
		margin-top: 0.8em;
	}
	.btn-totop {
		margin-top: 2.4em;
	}
	.btn-totop a{
		font-size: 1.6em;
	}
	.btn-totop a:hover{
		opacity: 1;
	}
}
[class*="-result"] .ranking_all .tbl-wrap .tbl-num-wrap{
	width: 100%;
    float: none;
}
[class*="-result"] .ranking_all .tbl-wrap .tbl-num-wrap ul{
	display: flex;
}
[class*="-result"] .ranking_all .tbl-wrap .tbl-num-wrap ul li{
	text-align: center;
}
[class*="-result"] .ranking_all .tbl-wrap .tbl-num-wrap ul li:first-child{
    flex: 1 0 18%;
}
[class*="-result"] .ranking_all .tbl-wrap .tbl-num-wrap ul li:last-child{
    flex: 1 0 30%;
}
@media screen and ( min-width : 960px ) {
	[class*="-result"] .ranking_all .tbl-wrap .tbl-num-wrap{
		font-size: 200%;
	}
}