.results {
    margin: 0 auto;
    padding: 100px 0 30px;
    text-align: center;
    background-image:url(../img/background4-50.png);
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
}

.results .container {
    padding-left: 0;
    padding-right: 0;
}
.results .container .results-startlist-xs,
.results .container .results-results-xs,
.results .container .results-startlist-lg-body,
.results .container .results-startlist-lg-body-team,
.results .container .results-results-lg-body,
.results .container .results-results-lg-body-aa,
.results .container .results-results-lg-body-team ,
.results .container .results-results-lg-body-team-aa {
    background-color: rgba(0, 0, 0, 0.7);
}

.results .title {
    color: white;
    font-size: 1.4rem;
}

/* Apparatusの選択 */

.results .apparatus-list .apparatus {
    width: 20%;
}

.results .apparatus-list .apparatus h4 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.6rem;
}
.results .apparatus-list .apparatus .info.active img {
    /* border-radius: 50%; */
    /* background-color: #f7ab00; */
    background-color: black;
    border-radius: 6px;
}
.results .apparatus-list .apparatus img {
    /* border-radius: 50%; */
}

/* コンテンツ切り替えボタン */

.results .nav {
    display: inline-table;
    width: 100%;
    min-width: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.results .nav li {
    color: white;
    float:left;
}
.results .nav li a {
    color: white;
    font-size: 0.8rem;
}
.results .nav-change-contents .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.results .nav-change-contents .active {
    /* border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px; */
    border-bottom: 1px solid #f7ab00;
}
.results .nav-change-phase .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.results .nav-change-phase .active {
    /* border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px; */
    border-bottom: 1px solid #f7ab00;
}

/* results-status-xs */

.results-status-xs span {
    color: white;
}


/* results-startlist-xs-header */

.results-startlist-xs-header table {
    width: 100%;
    border-collapse: collapse;
}
.results-startlist-xs-header table tr {
    background-color: #4D4948;
    color: white;
}
.results-startlist-xs-header table tr.top-border {
    border-top: 1px solid #ccc;
}
.results-startlist-xs-header table tr.top-separator-border {
    border-top: 1px solid #666;
}
.results-startlist-xs-header table tr.bottom-border {
    border-bottom: 1px solid #ccc;
}
.results-startlist-xs-header table th,
.results-startlist-xs-header table td {
    padding: 8px 8px;
    font-size: 13px;
}
.results-startlist-xs-header table td {
    background-color: #4D4948;
    color: white;
}
.results-startlist-xs-header tbody tr {
    text-align: left;
}

/* results-startlist-xs-body */

.results-startlist-xs-body table {
    width: 100%;
    border-collapse: collapse;
}
.results-startlist-xs-body table tr {
}
.results-startlist-xs-body table tr.top-border {
    border-top: 1px solid #ccc;
}
.results-startlist-xs-body table tr.top-separator-border {
    border-top: 1px solid #444;
}
.results-startlist-xs-body table tr.bottom-border {
    border-bottom: 1px solid #ccc;
}
.results-startlist-xs-body table tbody tr {
    text-align: left;
}
.results-startlist-xs-body table tbody .on {
}

.results-startlist-xs-body table th,
.results-startlist-xs-body table td {
    padding: 8px 8px;
    font-size: 13px;
}

.results-startlist-xs-body table th {
    color: white;
}

.results-startlist-xs-body table td {
    color: #ddd;
}

/* results-startlist-xs-headerとresults-startlist-xs-body共通 */

.results-startlist-xs-header table td i,
.results-startlist-xs-body table td:nth-child(1) i {
    color: #f7ab00;
}
.results-startlist-xs-body table td:nth-child(2) i {
    font-size: 1rem;
    color: #6bf;
}

.results-startlist-xs-header table th:nth-child(1),
.results-startlist-xs-body table th:nth-child(1) {
    width: 15%;
    text-align: left;
}

.results-startlist-xs-header table th:nth-child(2),
.results-startlist-xs-body table th:nth-child(2) {
    width: 15%;
    text-align: left;
}

.results-startlist-xs-header table th:nth-child(3),
.results-startlist-xs-body table th:nth-child(3) {
    width: 70%;
    text-align: left;
}

/* results-startlist-xs-details */

.results-startlist-xs-details {
    background-color: #333;
}
.results-startlist-xs-details.closed {
    display: none;
}
.results-startlist-xs-details table {
    width: 100%;
    border-collapse: collapse;
}
.results-startlist-xs-details table tr {
    border-bottom: 1px solid #777;
    text-align: left;
}
.results-startlist-xs-details table tr:last-child {
    border-bottom: 1px solid #ccc;
}
.results-startlist-xs-details table th,
.results-startlist-xs-details table td {
    padding: 8px 8px;
    color: white;
    font-size: 13px;
}
.results-startlist-xs-details table th {
    width: 40%;
    border-right: 1px solid #777;
}
.results-startlist-xs-details table td {
    width: 60%;
}


/* results-results-xs-header */

.results-results-xs-header table {
    width: 100%;
    border-collapse: collapse;
}
.results-results-xs-header table tr {
    background-color: #4D4948;
    color: white;
}
.results-results-xs-header table tr.top-border {
    border-top: 1px solid #ccc;
}
.results-results-xs-header table tr.top-separator-border {
    border-top: 1px solid #666;
}
.results-results-xs-header table tr.bottom-border {
    border-bottom: 1px solid #ccc;
}
.results-results-xs-header table th,
.results-results-xs-header table td {
    padding: 8px 8px;
    font-size: 13px;
}
.results-results-xs-header table td {
    background-color: #4D4948;
    color: white;
}
.results-results-xs-header tbody tr {
    text-align: left;
}
.results-results-xs-header table td i {
    color: #f7ab00;
}

/* results-results-xs-body */

.results-results-xs-body table {
    width: 100%;
    border-collapse: collapse;
}
.results-results-xs-body table tr {
}
.results-results-xs-body table tr.top-border {
    border-top: 1px solid #ccc;
}
.results-results-xs-body table tr.top-separator-border {
    border-top: 1px solid #444;
}
.results-results-xs-body table tr.bottom-border {
    border-bottom: 1px solid #ccc;
}
.results-results-xs-body table tbody tr {
    text-align: left;
}
.results-results-xs-body table tbody .on {
}

.results-results-xs-body table th,
.results-results-xs-body table td {
    padding: 8px 8px;
    font-size: 14px;
}
.results-results-xs-body table th {
    color: white;
}
.results-results-xs-body table td {
    color: #ddd;
}

.results-results-xs-body table td:nth-child(1) i,
.results-results-xs-body table td:nth-child(2) i {
    color: #f7ab00;
}

/* results-results-xs-headerとresults-results-xs-body共通 */

.results-results-xs-header table td i,
.results-results-xs-body table td:nth-child(1) i {
    color: #f7ab00;
}
.results-results-xs-body table td:nth-child(2) i {
    font-size: 1rem;
    color: #6bf;
}

/*
.results-results-xs-header table th:nth-child(1),
.results-results-xs-body table th:nth-child(1) {
    width: 15%;
    text-align: left;
}
.results-results-xs-header table th:nth-child(2),
.results-results-xs-body table th:nth-child(2) {
    width: 15%;
    text-align: left;
}
.results-results-xs-header table th:nth-child(3),
.results-results-xs-body table th:nth-child(3) {
    width: 55%;
    text-align: left;
}
.results-results-xs-header table th:nth-child(4),
.results-results-xs-body table th:nth-child(4) {
    width: 15%;
    text-align: left;
}
*/
/* AeonCup */
.results-results-xs-header table th:nth-child(1),
.results-results-xs-body table th:nth-child(1) {
    width: 15%;
    text-align: left;
}
.results-results-xs-header table th:nth-child(2),
.results-results-xs-body table th:nth-child(2) {
    width: 55%;
    text-align: left;
}
.results-results-xs-header table th:nth-child(3),
.results-results-xs-body table th:nth-child(3) {
    width: 15%;
    text-align: left;
}
.results-results-xs-header table th:nth-child(4),
.results-results-xs-body table th:nth-child(4) {
    width: 15%;
    text-align: left;
}

/* results-table-body-details */

.results-results-xs-details {
    background-color: #333;
}
.results-results-xs-details.closed {
    display: none;
}
.results-results-xs-details table {
    width: 100%;
    border-collapse: collapse;
}
.results-results-xs-details table tr {
    border-bottom: 1px solid #777;
    text-align: left;
}
.results-results-xs-details table tr:last-child {
    border-bottom: 1px solid #ccc;
}
.results-results-xs-details table th,
.results-results-xs-details table td {
    padding: 8px 8px;
    color: white;
    font-size: 14px;
}
.results-results-xs-details table th {
    width: 40%;
    border-right: 1px solid #777;
}
.results-results-xs-details table td {
    width: 60%;
}


/* results-startlist-lg-table */

.results-startlist-lg-header table,
.results-startlist-lg-body table,
.results-startlist-lg-header-team table,
.results-startlist-lg-body-team table {
    width: 100%;
    border-collapse: collapse;
}
.results-startlist-lg-header table thead tr,
.results-startlist-lg-header-team table thead tr {
    background-color: #4D4948;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.results-startlist-lg-header table th,
.results-startlist-lg-body table td,
.results-startlist-lg-header-team table th,
.results-startlist-lg-body-team table td {
    padding: 12px 8px;
    font-size: 14px;
    color: white;
}
.results-startlist-lg-body table tbody tr,
.results-startlist-lg-body-team table tbody tr {
    border-bottom: 1px solid #ccc;
}
.results-startlist-lg-body table tbody .on,
.results-startlist-lg-body-team table tbody .on {
    border-bottom: 1px solid #ccc;
}

/* results-startlist-lg-headerとresults-startlist-lg-body共通 */

.results-startlist-lg-header table th:nth-child(1),
.results-startlist-lg-body table td:nth-child(1) {
    width: 5%;
    text-align: center;
}
.results-startlist-lg-header table th:nth-child(2),
.results-startlist-lg-body table td:nth-child(2) {
    width: 5%;
    text-align: center;
}
.results-startlist-lg-header table th:nth-child(3),
.results-startlist-lg-body table td:nth-child(3) {
    width: 25%;
    text-align: left;
}
.results-startlist-lg-header table th:nth-child(4),
.results-startlist-lg-body table td:nth-child(4) {
    width: 55%;
    text-align: left;
}
.results-startlist-lg-header table th:nth-child(5),
.results-startlist-lg-body table td:nth-child(5) {
    width: 10%;
    text-align: center;
    font-size: 1rem;
    color: #6bf;
}

.results-startlist-lg-header-team table th:nth-child(1),
.results-startlist-lg-body-team table td:nth-child(1) {
    width: 5%;
    text-align: center;
}
.results-startlist-lg-header-team table th:nth-child(2),
.results-startlist-lg-body-team table td:nth-child(2) {
    width: 5%;
    text-align: center;
}
.results-startlist-lg-header-team table th:nth-child(3),
.results-startlist-lg-body-team table td:nth-child(3) {
    width: 80%;
    text-align: left;
}
.results-startlist-lg-header-team table th:nth-child(4),
.results-startlist-lg-body-team table td:nth-child(4) {
    width: 10%;
    text-align: center;
    font-size: 1rem;
    color: #6bf;
}

/* .results-startlist-lg-details */

.results-startlist-lg-details.closed {
    display: none;
}
.results-startlist-lg-details {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    background-color: #333;
}
.results-startlist-lg-details table {
    width: 60%;
    margin: 10px 20% 0;
    border-collapse: collapse;
}
.results-startlist-lg-details table th,
.results-startlist-lg-details table td {
    padding: 1px 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}


/* results-results-lg-table */

.results-results-lg-header table,
.results-results-lg-body table,
.results-results-lg-header-aa table,
.results-results-lg-header-team table,
.results-results-lg-header-team-aa table,
.results-results-lg-body-aa table ,
.results-results-lg-body-team table ,
.results-results-lg-body-team-aa table {
    width: 100%;
    border-collapse: collapse;
}
.results-results-lg-header table thead tr,
.results-results-lg-header-aa table thead tr ,
.results-results-lg-header-team table thead tr ,
.results-results-lg-header-team-aa table thead tr {
    background-color: #4D4948;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.results-results-lg-header table th,
.results-results-lg-body table td,
.results-results-lg-header-aa table th,
.results-results-lg-body-aa table td ,
.results-results-lg-header-team table th,
.results-results-lg-body-team table td ,
.results-results-lg-header-team-aa table th,
.results-results-lg-body-team-aa table td {
    padding: 12px 8px;
    font-size: 14px;
    color: white;
}
.results-results-lg-body table tbody tr,
.results-results-lg-body-aa table tbody tr ,
.results-results-lg-body-team table tbody tr ,
.results-results-lg-body-team-aa table tbody tr {
    border-bottom: 1px solid #ccc;
}
.results-results-lg-body table tbody .on,
.results-results-lg-body-aa table tbody .on ,
.results-results-lg-body-team table tbody .on ,
.results-results-lg-body-team-aa table tbody .on {
    border-bottom: 1px solid #ccc;
}

/* results-results-lg-headerとresults-results-lg-body共通 */

/*
.results-results-lg-header table th:nth-child(1),
.results-results-lg-body table td:nth-child(1) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header table th:nth-child(2),
.results-results-lg-body table td:nth-child(2) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header table th:nth-child(3),
.results-results-lg-body table td:nth-child(3) {
    width: 20%;
    text-align: left;
}
.results-results-lg-header table th:nth-child(4),
.results-results-lg-body table td:nth-child(4) {
    width: 30%;
    text-align: left;
}
.results-results-lg-header table th:nth-child(5),
.results-results-lg-body table td:nth-child(5) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header table th:nth-child(6),
.results-results-lg-body table td:nth-child(6) {
    width: 10%;
    text-align: center;
}
.results-results-lg-header table th:nth-child(7),
.results-results-lg-body table td:nth-child(7) {
    width: 10%;
    text-align: center;
}
.results-results-lg-header table th:nth-child(8),
.results-results-lg-body table td:nth-child(8) {
    width: 10%;
    text-align: center;
}
.results-results-lg-header table th:nth-child(9),
.results-results-lg-body table td:nth-child(9) {
    width: 5%;
    text-align: center;
    font-size: 1rem;
    color: #6bf;
}
*/
/* AeonCup */
.results-results-lg-header table th:nth-child(1),
.results-results-lg-body table td:nth-child(1) {
    width: 4%;
    text-align: center;
}
.results-results-lg-header table th:nth-child(2),
.results-results-lg-body table td:nth-child(2) {
    width: 28%;
    text-align: left;
}
.results-results-lg-header table th:nth-child(3),
.results-results-lg-body table td:nth-child(3) {
    width: 4%;
    text-align: left;
}
.results-results-lg-header table th:nth-child(4),
.results-results-lg-body table td:nth-child(4) {
    width: 28%;
    text-align: left;
}
.results-results-lg-header table th:nth-child(5),
.results-results-lg-body table td:nth-child(5) {
    width: 8%;
    text-align: center;
}
.results-results-lg-header table th:nth-child(6),
.results-results-lg-body table td:nth-child(6) {
    width: 8%;
    text-align: center;
}
.results-results-lg-header table th:nth-child(7),
.results-results-lg-body table td:nth-child(7) {
    width: 8%;
    text-align: center;
}
.results-results-lg-header table th:nth-child(8),
.results-results-lg-body table td:nth-child(8) {
    width: 8%;
    text-align: center;
}
.results-results-lg-header table th:nth-child(9),
.results-results-lg-body table td:nth-child(9) {
    width: 4%;
    text-align: center;
    font-size: 1rem;
    color: #6bf;
}


/*
.results-results-lg-header-aa table th:nth-child(1),
.results-results-lg-body-aa table td:nth-child(1) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header-aa table th:nth-child(2),
.results-results-lg-body-aa table td:nth-child(2) {
    width: 5%;
    text-align: center;
}

.results-results-lg-header-aa table th:nth-child(3),
.results-results-lg-body-aa table td:nth-child(3) {
    width: 20%;
    text-align: left;
}
.results-results-lg-header-aa table th:nth-child(4),
.results-results-lg-body-aa table td:nth-child(4) {
    width: 50%;
    text-align: left;
}
.results-results-lg-header-aa table th:nth-child(5),
.results-results-lg-body-aa table td:nth-child(5) {
    width: 10%;
    text-align: center;
}
.results-results-lg-header-aa table th:nth-child(6),
.results-results-lg-body-aa table td:nth-child(6) {
    width: 10%;
    text-align: center;
    font-size: 1rem;
    color: #6bf;
}
*/
.results-results-lg-header-aa table th:nth-child(1),
.results-results-lg-body-aa table td:nth-child(1) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header-aa table th:nth-child(2),
.results-results-lg-body-aa table td:nth-child(2) {
    width: 40%;
    text-align: left;
}

.results-results-lg-header-aa table th:nth-child(3),
.results-results-lg-body-aa table td:nth-child(3) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header-aa table th:nth-child(4),
.results-results-lg-body-aa table td:nth-child(4) {
    width: 35%;
    text-align: left;
}
.results-results-lg-header-aa table th:nth-child(5),
.results-results-lg-body-aa table td:nth-child(5) {
    width: 10%;
    text-align: center;
}
.results-results-lg-header-aa table th:nth-child(6),
.results-results-lg-body-aa table td:nth-child(6) {
    width: 5%;
    text-align: center;
    font-size: 1rem;
    color: #6bf;
}


/*
.results-results-lg-header-team table th:nth-child(1),
.results-results-lg-body-team table td:nth-child(1) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header-team table th:nth-child(2),
.results-results-lg-body-team table td:nth-child(2) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header-team table th:nth-child(3),
.results-results-lg-body-team table td:nth-child(3) {
    width: 50%;
    text-align: left;
}
.results-results-lg-header-team table th:nth-child(4),
.results-results-lg-body-team table td:nth-child(4) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header-team table th:nth-child(5),
.results-results-lg-body-team table td:nth-child(5) {
    width: 10%;
    text-align: center;
}
.results-results-lg-header-team table th:nth-child(6),
.results-results-lg-body-team table td:nth-child(6) {
    width: 10%;
    text-align: center;
}
.results-results-lg-header-team table th:nth-child(7),
.results-results-lg-body-team table td:nth-child(7) {
    width: 10%;
    text-align: center;
}
.results-results-lg-header-team table th:nth-child(8),
.results-results-lg-body-team table td:nth-child(8) {
    width: 5%;
    text-align: center;
    font-size: 1rem;
    color: #6bf;
}
*/
.results-results-lg-header-team table th:nth-child(1),
.results-results-lg-body-team table td:nth-child(1) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header-team table th:nth-child(2),
.results-results-lg-body-team table td:nth-child(2) {
    width: 49%;
    text-align: left;
}
.results-results-lg-header-team table th:nth-child(3),
.results-results-lg-body-team table td:nth-child(3) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header-team table th:nth-child(4),
.results-results-lg-body-team table td:nth-child(4) {
    width: 9%;
    text-align: center;
}
.results-results-lg-header-team table th:nth-child(5),
.results-results-lg-body-team table td:nth-child(5) {
    width: 9%;
    text-align: center;
}
.results-results-lg-header-team table th:nth-child(6),
.results-results-lg-body-team table td:nth-child(6) {
    width: 9%;
    text-align: center;
}
.results-results-lg-header-team table th:nth-child(7),
.results-results-lg-body-team table td:nth-child(7) {
    width: 9%;
    text-align: center;
}
.results-results-lg-header-team table th:nth-child(8),
.results-results-lg-body-team table td:nth-child(8) {
    width: 5%;
    text-align: center;
    font-size: 1rem;
    color: #6bf;
}

/*
.results-results-lg-header-team-aa table th:nth-child(1),
.results-results-lg-body-team-aa table td:nth-child(1) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header-team-aa table th:nth-child(2),
.results-results-lg-body-team-aa table td:nth-child(2) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header-team-aa table th:nth-child(3),
.results-results-lg-body-team-aa table td:nth-child(3) {
    width: 70%;
    text-align: left;
}
.results-results-lg-header-team-aa table th:nth-child(4),
.results-results-lg-body-team-aa table td:nth-child(4) {
    width: 10%;
    text-align: center;
}
.results-results-lg-header-team-aa table th:nth-child(5),
.results-results-lg-body-team-aa table td:nth-child(5) {
    width: 10%;
    text-align: center;
    font-size: 1rem;
    color: #6bf;
}
*/
/* AeonCup */
.results-results-lg-header-team-aa table th:nth-child(1),
.results-results-lg-body-team-aa table td:nth-child(1) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header-team-aa table th:nth-child(2),
.results-results-lg-body-team-aa table td:nth-child(2) {
    width: 70%;
    text-align: left;
}
.results-results-lg-header-team-aa table th:nth-child(3),
.results-results-lg-body-team-aa table td:nth-child(3) {
    width: 5%;
    text-align: center;
}
.results-results-lg-header-team-aa table th:nth-child(4),
.results-results-lg-body-team-aa table td:nth-child(4) {
    width: 10%;
    text-align: center;
}
.results-results-lg-header-team-aa table th:nth-child(5),
.results-results-lg-body-team-aa table td:nth-child(5) {
    width: 10%;
    text-align: center;
    font-size: 1rem;
    color: #6bf;
}

/* .results-results-lg-details-aa */

.results-results-lg-details-aa.closed {
    display: none;
}
.results-results-lg-details-aa {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    background-color: #333;
}
.results-results-lg-details-aa table {
    width: 60%;
    margin: 10px 20% 0;
    border-collapse: collapse;
}
.results-results-lg-details-aa table th,
.results-results-lg-details-aa table td {
    padding: 1px 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}




/* Large Device (desktop) */
@media screen and (max-width: 1999px) {
}

/* Extra Large Device (Large desktop) */
@media screen and (min-width: 1200px) {
}

/* Medium Device (tablet) */
@media screen and (max-width: 991px) {
}

/* Small Device (Landscape phone) */
@media screen and (max-width: 767px) {
}

/* Extra Small Device (Pprtrait phone) */
@media screen and (max-width: 575px) {
}

.bg-blue {
    background-color: #0179A8 !important;
  }
  .bg-indigo {
    background-color: #346CB0 !important;
  }
  .bg-purple {
    background-color: #5F4B8B !important;
  }
  .bg-pink {
    background-color: #B76BA3 !important;
  }
  .bg-red {
    background-color: #EA6759 !important;
  }
  .bg-orange {
    background-color: #EC935E !important;
  }
  .bg-yellow {
    background-color: #F7C46C !important;
  }
  .bg-green {
    background-color: #A7C796 !important;
  }
  .bg-teal {
    background-color: #00A28A !important;
  }
  .bg-cyan {
    background-color: #3686A0 !important;
  }
  .bg-white {
    background-color: #ffffff !important;
  }
  .bg-gray {
    background-color: #686F76 !important;
  }
  .bg-gray-dark {
    background-color: #3D464F !important;
  }
  .bg-black {
    background-color: #131D28 !important;
  }


  .filter-btn {
    position: absolute;
    z-index: 2;
    right: 0;
    width: 40px;
    height: 40px;
    transition: all 0.4s ease-in-out 0s;
  }
  .filter-btn span {
    width: 40px;
    height: 40px;
    /* background: #FA396B; */
    background: white;
    display: block;
    position: absolute;
    right: 25px;
    top: -46px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    font-size: 22px;
    z-index: 999;
  }
  .filter-btn a {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: 25px;
    display: block;
    top: -46px;
    color: #fff;
    z-index: 99;
    /* font-size: 22px; */
    font-size: 1rem;
    transition: all .4s cubic-bezier(.68, 1, .265, 1)
  }
  .filter-btn a img {
    border-radius: 50%;
  }
  .filter-btn:after {
    height: 170px;
    width: 170px;
    /* content: '"\f38b"'; */
    /* background-color: #FA396B; */
    background: white;
    position: absolute;
    top: -110px;
    right: -40px;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
  }
  
  .filter-btn.open span.toggle-btn.ion-android-funnel {
    background-color: #DE3963;
  }
  .filter-btn .ion-android-funnel {
    /* content: "\f2d7"; */
    content: "\f2d8";
    color: white;
}
  
  .open:after {
    transform: scale(1);
  }
  /* .filter-btn.open a:nth-child(1) {
    transform: translate(9px, -62px);
  }
    .filter-btn.open a:nth-child(2) {
    transform: translate(-50px, -34px);
  }
    .filter-btn.open a:nth-child(3) {
    transform: translate(-56px, 25px);
  }
    .filter-btn.open a:nth-child(4) {
    transform: translate(5px, 61px);
  } */
  .filter-btn.open a:nth-child(1) {
    transform: translate(9px, -62px);
  }
  .filter-btn.open a:nth-child(2) {
    transform: translate(-40px, -45px);
  }
  .filter-btn.open a:nth-child(3) {
    transform: translate(-60px, 0px);
  }
  .filter-btn.open a:nth-child(4) {
    transform: translate(-40px, 45px);
  }
  .filter-btn.open a:nth-child(5) {
    transform: translate(5px, 61px);
  }
  


/* エリア */
#startlist-area ,
#results-area {
    display:none;
}