/*
* RANKING
******************************************************/
.indexRanking__content {
	background: var(--color-default);
}
.indexRanking__content--inProcess{
	background-color: #000;
}
.indexRanking__time__bg{
	position: relative;
}
.indexRanking__notice{
	color:#ffffff;
	text-align: center;
	padding: 15px;
	background-color: #000;
	font-size: var(--font-size-xs);
	font-weight: bold;
	margin-bottom: 25px;
	text-align: left;
}

.indexRanking-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1;
	opacity: 1;
	color: #fff;
}
.indexRanking-notice{
	width: 100%;
	margin: auto;
}
.indexRanking__notice > span{
	display: block;
	font-size: var(--font-size-df);
}
@media print, screen and (min-width: 1140px) {
	.indexRanking-notice{
		/* width: 80%;
		padding: 0 45px; */
	}
	.indexRanking__notice{
		color:#ffffff;
		text-align: center;
		padding: 15px 15px 15px 140px;
		background-color: #000;
		font-size: var(--font-size-ls);
		margin-top: 15px;
	}
	.indexRanking__notice > span{
		display: block;
		font-weight: bolder;
		font-size: var(--font-size-lg);
	}
}
.indexRanking-notice-1{
	margin: 75px 0 45px 0;
	font-size: 35px;
}

.indexRanking-notice-2{
	padding: 0 15px;
	font-size: 21px;
}

.indexRanking__content--inner {
    padding: 0px;
}
.indexRanking__timer--sp {
	display: block;
}
.indexRanking__timer--pc {
	display: none;
}
.indexRanking__timer--text {
    color: var(--color-default);
    font-size: clamp(3.375rem, 0.518rem + 14.29vw, 4.625rem);
    font-family: 'Oswald', sans-serif;
    font-weight: var(--font-bold);
    text-shadow: 1px 1px 4px #851419;
    letter-spacing: .3em;
}
.timer-sp-bg {
	position: relative;
}
.indexRanking__timer--sp--bg {
	margin: auto;
	max-width: fit-content;
}
.timer-sp-text {
	position: absolute;
    bottom: 6%;
    right: 20%;
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    z-index: 999;
}
@media print, screen and (min-width: 1140px) {
	.indexRanking {
		background-color: var(--color-primary);
	}
	.indexRanking__content {
		position: relative;
		margin: auto;
    	max-width: 1980px;
		background-color: transparent;
	}
	.indexRanking__content--inner {
		padding: 0;
		background: transparent;
		max-width:var(--content-size);
        margin: auto;
        height: auto;
	}
	.indexRanking__time__bg {
		margin-left:-180px;
		background-image: url(../images/index/bg-ranking-pc.jpg);
        background-position: top 110px left;
        background-repeat: no-repeat;
        background-size: 980px;
	}
	.indexRanking__time__bg--inProcess{
		background-color: red;
	}
	.indexRanking__timer--sp {
		display: none;
	}
	.timer-sp-bg {
		position: static;
	}
	.indexRanking__timer--pc {
		display: block;
		background: url(../images/index/bg-ranking-countdown-pc.png) 0 0 no-repeat;
		width: 471px;
		height: 347px;
		position: relative;
		margin-left:180px;
		min-height: 531px;
	}
	.indexRanking__timer--text {
        font-size: 72px;
        text-shadow: 1px 2px 12px #851419;
        letter-spacing: 12px;
	}
	.timer-pc-text {
        position: absolute;
        top: 12px;
        right: 72px;
	}
}


.indexRanking__inProcess{
	background: url(../images/index/ranking_bg.png) 0 0 no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: rgba(109, 56, 56, 0.1);
	position: relative;
	height: 375px;

}
.indexRanking__inProcessOverlay{
	position: absolute;
	z-index: 0;
	background-color: rgb(0, 0, 0,0.8);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.indexRanking__inProcessImage{
	position: absolute;
	    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
	margin: auto;
	opacity: 1;
}
@media print, screen and (min-width: 1140px) {
	.indexRanking__inProcess{
		height: 640px;
		padding: 35px 0;
	}
	.indexRanking__inProcessImage{
			width: max-content;
	}
}

/*
* SCORE distribution
******************************************************/
.indexScore {
	background-color: var(--color-primary);
}
.indexScore__content {
	background: var(--color-default);
}
.indexScore__content--inner {
	padding: 20px 20px 70px 20px
}
.scoreBox {
	position: relative;
}
.scoreBox--button {
	position: absolute;
    bottom: -60px;
    left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: auto;
}
@media print, screen and (min-width: 1140px) {
	.indexScore {
		background-color: var(--color-primary);
		padding: 0;
		position: relative;
	}
	.indexScore__content {
		background: inherit;
		margin: auto;
    	max-width: 1980px;
	}
	.indexScore__content--inner {
		padding: 0;
		background: transparent;
		padding: 0 0 30px 0;
	}
	.indexScore__content .geBoard {
		margin: 0 auto 30px auto;
	}
	.scoreBox .geBoard--list {
		max-width: 390px;
		min-width: 340px;
		padding: 0;
		margin: 0 auto;
	}
	.indexScore__list--pc {
		max-width: 905px;
		height: 500px;
		margin: 30px 60px auto;
		background: var(--color-default);
		border-radius: 10px;
	}
	.scoreBox--button {
		position: static;
		margin: 24px auto;
		width: 180px;
	}
}
