@charset "UTF-8";

.freelist	{
    margin: 0 -1em;
}


.freelist li	{
	position: relative;
}

.freelist li > a	{
	display: block;
    color: inherit;
    padding: 0.5em 0 0.5em 8em;
    border-bottom: 1px #ccc dotted;
	height: 6em;
    position: relative;
}

.freelist li > a::after	{
	content: "";
    background: var(--ashArrow);
    background-size: contain;
    display: block;
    width: 1em;
    height: 1em;
    transform: rotate(90deg);
    margin-left: 0.5em;
	line-height: 1;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	line-height: 1;
	right: 1em;
}

.freelist li:first-of-type >a	{
    border-top: 1px #ccc dotted;
}


.freelist li > a figure	{
	position: absolute;
    left: 2em;
    top: 0.5em;
    width: 5em;
}

.freelist li > a p	{
	margin: 0;
}

.freelist_num	{
	position: absolute;
    left: 0.5em;
    top: -0.25em;
    line-height: 2;
    text-align: center;
    width: 2em;
    z-index: 2;
    background-color: #1c1c1c;
    border-radius: 100%;
    color: #fff;
}

.freelist li:nth-of-type(-n+30) .freelist_num	{
    background-color: #0c7700;
}

.freelist li:nth-of-type(-n+20) .freelist_num	{
    background-color: #206cdf;
}

.freelist li:nth-of-type(-n+10) .freelist_num	{
    background-color: #dd0f00;
}

.freelist li:nth-of-type(-n+5) .freelist_num	{
    background-color: #dd0f00;
}

.freelist li:nth-last-of-type(-n+3) .freelist_num	{
    background-color: #dd0f00;
}

.freelist li:nth-of-type(-n+3) .freelist_num::after	{
    content: "";
    width: 3em;
    height: 5em;
    position: absolute;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    left: -0.25em;
    top: -0.25em;
    z-index: 10;
}

.freelist li:nth-of-type(1) .freelist_num::after	{
    background-image: url(../img/award_1.png);
}

.freelist li:nth-of-type(2) .freelist_num::after	{
    background-image: url(../img/award_2.png);
}

.freelist li:nth-of-type(3) .freelist_num::after	{
    background-image: url(../img/award_3.png);
}



.freelist_name	{
    font-size: 1.2em;
    font-weight: bold;
}

.freelist_point	{
	line-height: 1;
    font-size: 1.1em;
    color: #dd0f00;
    font-weight: bold;
}

.freelist_spec	{
	font-size: 1.2em;
}

.freelist_spec span	{
    font-size: 80%;
    display: inline-block;
    vertical-align: middle;
    background-color: #707070;
    color: #fff;
    padding: 0 0.5em;
    margin-right: 0.25em;
}


.index_about_line	{
    background-color: #00b900;
    /*background-image: url(../img/line.png); */
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: 110% center;
    padding: 1em 0 0.1em 0;
}


.index_about_line a	{
	padding: 0em 1em 0em 0.25em;
	display: block;
	color: inherit;
}

.free_btn {
	display:flex;
	justify-content: center;
}

.free_btn .btn {
    width: 22%;
    margin-right: 1%;
}


.chara_title {
	width: 100%;
	position: relative;
	padding: 0 0 0 0.5em;
	margin: 1em 0 0 0;
}

.chara_title img:first-child {
	width: 20%;
}

.chara_title img:nth-child(2) {
	width: 75%;
	position: absolute;
	top: 17px;
}


.under5 {
	display:none !important;
}

.nxbt {
	text-align: center;
    border: 1px #ccc solid;
    line-height: 3;
    border-radius: 0.4em;
    box-shadow: 0 1px 2px #333;
    background-color: #206cdf;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
}

.stg_btn {
	display: flex;
	margin: 1em 0 0 0;
}

.stg_btn button i {
	margin: 0 0.25em 0 0;
}

.free_stadium_ranking > li {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.free_stadium_ranking > li > a::before {
    content: none !important;
}

.free_stadium_ranking > li > h3 {
	border: none;
	padding: 0;
	width: 4em;
}

.free_stadium_ranking > li > a {
	flex: 1;
	padding: 0;
}

.free_stadium_ranking >li>a>dl {
	display: block;
}

@media (min-width: 768px)	{

.freelist	{
	padding: 0 1em;
}

.freelist li {
    position: relative;
    float: left;
    width: 49%;
    margin: 0 0.5%;
}

.freelist li:nth-of-type(-n+3)	{
    width: 32.6666%;
    margin-bottom: 0.5em;
    margin: 1em 1% 1em 0;
}

.freelist li:nth-of-type(3)	{
	margin-right: 0;
}

.freelist li:nth-of-type(-n+3) a	{
    height: 15em;
    text-align: center;
    padding: 9em 0 1em;
    border: 1px #ccc solid;
    border-radius: 0.4em;
}

.freelist li:nth-of-type(-n+3) a::after	{
	content:"";
    background: none;
}

.freelist li:nth-of-type(-n+3) a figure	{
    width: 100%;
    text-align: center;
    height: 8em;
	left: 0;
	top: 0.75em;
}

.freelist li:nth-of-type(-n+3) a figure img	{
	width: auto;
	height: 100%;
}

.freelist li:nth-of-type(-n+3) .freelist_num::after {
    content: "";
    width: 4em;
    height: 6em;
    left: -0.3em;
    top: -0.7em;
}

.freelist li:nth-of-type(-n+3) .freelist_point	{
    line-height: 1.5;
}

.index_about_line {
    position: relative;
    background-size: 30%;
    padding: 1em 0 0.1em 0;
    margin: 2em 0;
    background-color: #00b900;
    background-image: url(../img/line.png);
    background-repeat: no-repeat;
    background-position: 100% 30% !important;
}


.index_about_line a {
    padding:0em 0.5em 0em 0.25em;
    text-align: left;
}

.index_about_line figure {
    padding-right: 340px;
}

/*
.index_about_line .btn {
    position: absolute;
    width: 200px;
    bottom: 1.5em;
    right: 1em;
}
*/
.index_about_line .btn {
    display: none;
}

.free_btn .btn {
    width: 11%;
    margin-right: 1%;
}

.index_about_line::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 55%;
    width: 110px;
    height: 110px;
    background-image: url(../img/210317_lineQR_funelab.jpg);
    background-size: cover;
    margin-left: 30px;
}

.chara_title {
	width: 250px;
}

.chara_title img:nth-child(2) {
	top: 14px;
	left: 60px;
}

.freelist_link li:nth-of-type(-n+3) {
	width: 48%;
}

.free_stadium_ranking {
	display: flex;
	flex-wrap: wrap;    
}

.free_stadium_ranking > li {
	flex-direction: column;
	align-items: center;
	width: 25%;
}

.free_stadium_ranking > li > a {
	text-align: center;
}

.free_stadium_ranking >li>a>figure>img {
	float: none;
    width: 8rem;
    height: 8rem;
	margin: 0 auto .5rem;
	display: block;
}

.free_stadium_ranking>li>a>dl>div {
	justify-content: center;
}

.free_stadium_ranking > li > h3 {
	width: auto;
	margin: 0.5rem 0 !important;
	letter-spacing: .5em;
	padding-left: .5em;
}

}/*------------------------*/

@media (min-width:1024px)	{

.index_about_line	{
    background-color: #00b900;
    background-image: url(../img/line.png);
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: 110% center;
    padding: 1em 0;
}

.index_about_line {
	position: relative;
    background-position: 75% 30%;
    background-size: 30%;
    margin: 2em 0;
}


.index_about_line::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 110px;
    height: 110px;
    background-image: url(../img/210317_lineQR_funelab.jpg);
    background-size: cover;
    margin-left: 30px;
}

.index_about_line a	{
	padding: 0em 7em 0em 0.25em;
	display: block;
	color: inherit;
}

.index_about_line a {
     pointer-events: none;
    width: 700px;
    margin: 0 auto;
    padding-right: 340px;
    display: block;
}



.index_about_line figure {
    padding: 0;
}

.index_about_line a > p {
    margin: 0.5em 0 0 0;
    font-size: 1.2em;
}

.index_about_line a > p br {
	display: none;
}

.index_about_line .btn {
    display: none;
}


.free_btn .btn {
    width: 10%;
    margin-right: 1%;
}

.chara_title {
	width: 250px;
}

.chara_title img:nth-child(2) {
	top: 14px;
	left: 60px;
}


.freelist_link svg {
	margin: 0 4px 0 0;
}



}


/* freelist-v2 2024-09-28追加 */

.freelist_toggle {
	text-align: center;
	line-height: 3;
	display: table;
	margin: 1rem;
	border: 1px #ccc solid;
	border-radius: 2em;
	padding: 0 2rem;
	cursor: pointer;
	margin: 1rem auto;
}

.freelist_toggle.open {
    display: none;
}

.freelist_toggle.close ~ li {
    display: none;    
}