@charset "UTF-8";

.index article	{
	padding-top: 0;
}

.index_top	{
    background-image: url(../img/top_bg_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 1em top;
    margin-bottom: -2%;
    padding-bottom: 0.5em;
}

.index_about p span	{
	display: block;
}

.index_top_catch	{
    padding: 0.5em 15% 0.5em 0.5em;
}

.index_about ul	{
    margin: 1em 0;
    background-color: #fff;
    padding: 0.5em 0;
    font-size: 90%;
}

.index_about ul li	{
    display: inline-block;
    width: 24%;
}

.index_about ul li img	{
	width: 4em;
    padding: 0.25em;
}

.index_top_month	{
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em 1em;
    line-height: 1;
    margin-left: 0.5em;
    width: 70%;
}

.index_top h1	{
    margin: 0 0.5em;
}

.ranking_tile	{
	padding-bottom: 2em;
}

.ranking_tile_upper	{
	background-size: cover;
    background-position: bottom center;
    position: relative;
    padding-bottom: 1em;
}

.ranking_tile-0 .ranking_tile_upper	{
    background-image: url(../img/back_rcmd.jpg);
}

.ranking_tile-1 .ranking_tile_upper	{
    background-image: url(../img/back_gold.jpg);
}

.ranking_tile-2 .ranking_tile_upper	{
    background-image: url(../img/back_silver.jpg);
}

.ranking_tile-3 .ranking_tile_upper	{
    background-image: url(../img/back_bronze.jpg);
}

.ranking_tile h3	{
    background-color: #000;
    color: #fff;
    font-size: 1.4em;
    padding: 0.75em 0 0.75em 5em;
    position: relative;
    font-weight: bold;
    line-height: 1;
}

.ranking_tile h3::before	{
	content: "";
    position: absolute;
    top: -0.5em;
    left: 0.5em;
    width: 4em;
    height: 6em;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}


.ranking_tile-0 h3::before	{
	background-image: url(../img/medal_0.png);
    background-image: url(../img/medal_0.png);
    top: -1em;
    left: 0.25em;
}

.ranking_tile-1 h3::before	{
	background-image: url(../img/medal_1.png);
}

.ranking_tile-2 h3::before	{
	background-image: url(../img/medal_2.png);
}

.ranking_tile-3 h3::before	{
	background-image: url(../img/medal_3.png);
}

.ranking_tile-4 h3::before	{
	background-image: url(../img/medal_4.png);
    width: 3em;
    height: 3em;
    top: -0.25em;
}

.ranking_tile-5 h3::before	{
	background-image: url(../img/medal_5.png);
    width: 3em;
    height: 3em;
    top: -0.25em;
}

.ranking_tile_upper > figure	{
    width: 90%;
    margin: 1em auto;
    max-width: 700px;
}

.ranking_point	{
    width: 90%;
    max-width: 500px;
    margin: 1.5em auto 0;
    padding: 2em 1em 1em;
    background-color: rgba(255,255,255,0.8);
    border: 3px #ffbf00 solid;
    /* border-radius: 1em; */
    position: relative;
}

.ranking_point > figure	{
    position: absolute;
    padding: 0.5em 2em;
    background-color: #f90;
    border-radius: 2em;
    line-height: 1;
    top: -1em;
    left: 50%;
    margin-left: -5.5em;
    text-align: center;
    width: 10em;
}

.ranking_point li	{
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}

.ranking_point li::before	{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    position: absolute;
    top: auto;
    left: 0;
    color: #ffbf00;
}



.ranking_star	{
	text-align: center;
    background-color: #fff;
    padding: 0.5em 0;
    margin-bottom: 1em;
}

.ranking_star li	{
    position: relative;
    display: inline-block;
    font-size: 0.8em;
    width: 24%;
    text-align: center;
}

.ranking_star li img	{
    width: 2.5em;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.25em;
}

.ranking_star li span	{
	display: block;
    line-height: 1;
	font-size: 1.1em;
    color: #FFC107;
}

.ranking_tile_lower > dl > dt	{
    font-size: 1.4em;
    font-weight: bold;
    border-left: 4px #FFC107 solid;
    padding: 0.25em 0 0.25em 0.5em;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

.ranking_voice_user	{
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 0.25em;
}

.ranking_voice_user:before	{
    content: "";
    position: absolute;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/user.png);
    width: 2em;
    height: 3em;
    top: -0.5em;
    left: 0.25em;
}

.ranking_voice_text	{
    padding: 1em;
    background-color: #fff;
    margin-bottom: 1em;
}

.index_ranking	{
    background: none;
}

.ranking_tile {
    margin-bottom: 1em;
    background-color: rgba(255,255,255,0.8);
}

.ranking_voice	{
	margin: 2em 0 1em;
}

.index_bad	{
	background-image: url(../img/bg_bad.png);
	color: #f6f6f6;
	padding-bottom: 1em;
}

.index_bad em	{
    color: #FF5722;
    background: linear-gradient(transparent 50%, #d43300 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#d43300 ',GradientType=0 );
    background: none;
}

.index_bad .ranking_tile {
    background-color: rgba(0,0,0,0.3);
    margin: 2% 2% 1em;
	position: relative;
}

.index_bad .ranking_tile:nth-of-type(3)::after {
	content: "閉鎖";
    position: absolute;
    top: 0em;
    right: 2em;
    font-size: 2.4em;
    color: #FF5722;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    line-height: 1;
    padding: 0.25em;
    border: 2px #ff5722 solid;
    transform: rotate(10deg);
}

.index_bad .ranking_point > figure {
    background-color: #999;
}

.index_bad .ranking_point {
    border-color: #999;
    background-color: rgba(0,0,0,0.8);
}

.index_bad .ranking_point li::before {
    color: #999;
}

.index_bad .ranking_voice_text {
    background-color: #666;
    margin-bottom: 1em;
}

.index_bad .ranking_star {
    background-color: #000;
}

.index_bad .ranking_tile h3::before	{
    background-image: url(../img/medal_bad.png);
    width: 4em;
    height: 9em;
    top: -0.75em;
}

.index_bad .ranking_tile_upper > figure {
    width: 60%;
    margin: 1em auto;
    max-width: 400px;
}

.index_bad .ranking_tile_lower > dl > dt {
    border-left: 4px #d43300 solid;
	color: #fff;
}

.index_bad .ranking_voice_user:before {
    background-image: url(../img/user_bad.png);
}

.index_bad strong {
    color: #FFC107;
}

.index .notice	{
    width: 94%;
    margin: 0 auto;
    font-size: 90%;
    padding: 0.5em 1em;
    color: #FF5722;
}

.index_bad .notice	{
	background: none;
    color: #ccc;
}



/*--------------------------------------*/

@media (min-width:767px)	{

.index_top_catch {
	width: 700px;
    margin: 0 auto;
}

.index_top_month {
	width: 460px;
    margin: 1em auto 0;
    text-align: center;
    background: rgba(0,0,0,0.7);
}

.index_top h1 {
    width: 700px;
    margin: 0 auto;
}

.index_top {
    background-position: -20px top;
    margin-bottom: 0;
}



.index_about	{
    width: 100%;
    margin: 0;
}

.index_about > div	{
    width: 700px;
    margin: 0 auto;
}

.ranking_star li {
    font-size: 1em;
}

.ranking_voice ul	{
	text-align: center;
}

.ranking_voice li	{
    display: inline-block;
    width: 46%;
    text-align: left;
    vertical-align: top;
    margin: 0 1%;
}

.index_bad .ranking_tile {
    width: 700px;
    margin: 0 auto 2em;
}

.index_bad {
    margin-top: 4em;
}

.index_bad .ranking_tile:nth-of-type(3)::after {
    border: 6px #ff5722 solid;
    font-size: 6em;
    top: 1em;
    right: 2.4em;
}


} /*--------------------------------------*/

@media (min-width:1024px)	{

.index_top {
	padding: 2em;
    background-image: url(../img/top_bg_pc_2.png);
    background-position: top center;
    background-size: auto 120%;
}

.index_top_catch {
    width: 800px;
    padding: 0 15% 0 0;
}


.index_top h1 {
    width: 1000px;
}

.index_about p span {
    display: inline;
}

.index_ranking {
    width: 1000px;
}

.ranking_tile_upper > figure {
    margin: 3em auto 2em;
}

.ranking_tile h3 {
    text-align: center;
    padding: 1em;
}

.ranking_tile h3::before {
    width: 150px;
    height: 11em;
    top: -1.5em;
	left: 30px;
}

.ranking_tile {
    margin-bottom: 5em;
}

.ranking_tile_lower	{
    position: relative;
    padding: 2em 2em 2em 260px;
}

.ranking_point {
    padding: 2em;
}

.ranking_point > figure {
    width: 14em;
    margin-left: -7em;
}

.ranking_star {
    position: absolute;
    left: 2em;
    width: 200px;
}

.ranking_star li {
    width: 100%;
    margin: 0.5em 0;
}

.ranking_star li img {
    width: 3em;
}

.ranking_star li span {
    font-size: 1.4em;
}

.index_bad .index_ranking {
    width: 100%;
}

.index_bad .ranking_tile {
    width: 1000px;
}

.index_bad .ranking_tile h3::before {
    width: 150px;
    height: 13em;
    top: -2em;
}

.index_notice	{

}









}
