/*--
.main table:first-of-type {
    background-color: #000000!important;
}
--*/
.main.Orignal_C {
    width: 100%;
    max-width: 540px;
}
.main.Orignal_C .Orignal_C_Head{
    background: #000;
}
.main.Orignal_C .Orignal_C_Head table{
    background: #000!important;
}
img {
    margin: auto;
}
.Wrap {
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 16px;
    color: #1C1C1C;
    width: 100%;
    text-align: justify;
    text-justify: inter-ideograph;
    text-transform: none;
    font-variant: normal;
    word-spacing: auto;
    word-break: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    background: #000000;
    overflow: hidden;
}
.main.Orignal_C > div {
    overflow: hidden;
}
.Orignal_C a {
    text-decoration: none;
    display: block;
    outline: none;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.Orignal_C a:active,.Orignal_C a:hover {
    outline-width: 0;
}
.Orignal_C a:hover {
    opacity: 0.5;
}
.Orignal_C .clearfix {
    display: none;
}
.Orignal_C .Wrap_Inner {
    box-sizing: border-box;
    padding-block: 18px;
    overflow: hidden;
}
.Orignal_C.Ranking_List_C .Wrap_Inner,.Orignal_C.Ranking_Detail_C .Wrap_Inner {
    padding-block: 0 7px;
}
.Nav_Gender_List {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.Nav_Gender_List .Nav_Gender_List_Box{
    width: calc(100% / 2);
}
.Nav_Gender_List .Nav_Gender_List_Box a{
    background: #333333;
    background: linear-gradient(180deg, rgba(51, 51, 51, 1) 0%, rgba(124, 124, 124, 1) 50%, rgba(51, 51, 51, 1) 100%);
    text-align: center;
    padding-block: 15px;
    display: block;
    font-weight: 600;
    color: rgb(255 255 255 / 20%);
    font-size: 20px;
}
.Nav_Gender_List .Nav_Gender_List_Box.Current a{
    background: #CE0000;
    background: linear-gradient(180deg, rgba(51, 51, 51, 1) 0%, rgba(206, 0, 0, 1) 50%, rgba(51, 51, 51, 1) 100%);
    color: #fff;
}
.Ranking_C dl.accordion,.Nav_Accordion {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 4px;
    padding-inline: 12px;
    box-sizing: border-box;
}
.Nav_Accordion {
    padding-block: 20px 0;
}
.Ranking_C.Ranking_List_C dl.accordion,.Ranking_C.Ranking_Detail_C dl.accordion {
    padding-inline: 0;
}
.Ranking_C dt.accordion {
    cursor: pointer;
}
.Ranking_C.Ranking_List_C dt.accordion, .Ranking_C.Ranking_Detail_C dt.accordion {
    padding-inline: 12px;
    pointer-events: none;
}
.Ranking_C dt.accordion .organization,.Nav_Accordion .organization {
    background-color: #ffffff;
    border-bottom: none;
    width: 100%;
    height: 100px;
    display: table;
    color: #000000;
    border-radius: 4px;
    overflow: hidden;
    padding-inline: 5px;
    padding-block: 10px;
    box-sizing: border-box;
}
.Ranking_C dt.accordion.Action .organization {
    color: #fff;
    background: #000000;
}
.Ranking_C dt.accordion .organization .organization_right,.Nav_Accordion .organization_right .organization .organization_right {
    display: none;
}
.Ranking_C dt.accordion .organization_left,.Nav_Accordion .organization_left {
    width: 100px;
    height: 100px;
}
.Ranking_C dt.accordion .organization_left img,.Nav_Accordion .organization_left img{
    height: 100%;
    width: auto;
    object-fit: cover;
    border-radius: 16px;
}
.Ranking_C dt.accordion .organization_center br,.Nav_Accordion .organization_center br {
    display: none!important;
}
.Ranking_C dt.accordion .organization_center > div .organization_center_Title,.Nav_Accordion .organization_center > div .organization_center_Title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
    color: #1C1C1C;
}
.Ranking_C dt.accordion.Action .organization_center > div .organization_center_Title {
    color: #fff;
}
.Ranking_C dt.accordion .organization_center span,.Nav_Accordion .organization_center span{
    font-size: 15px;
    line-height: 1.4;
    padding-block: 3px 0;
    display: block;
    font-weight: 500;
}
.Ranking_C dt.accordion .organization_center > div span,.Nav_Accordion .organization_center > div span{
    background: #1C1C1C;
    color: #fff;
    padding-block: 3px;
    padding-inline: 5px;
    width: calc(100% + 5px);
    margin-block: 3px;
    font-weight: 400;
    border-bottom: solid 1px #fff;
}
.Ranking_C dt.accordion.Action .organization_center > div span{
    background: #000000;
}
.Ranking_C dt.accordion .organization_center > div .organization_center_Else,.Nav_Accordion .organization_center > div .organization_center_Else{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    color: #1C1C1C;
}
.Ranking_C dt.accordion.Action .organization_center > div .organization_center_Else{
    color: #fff;
}
.Ranking_C dt.accordion .organization_center,.Nav_Accordion .organization_center {
    width: 100%;
    height: auto;
    padding-left: 12px;
    line-height: 1.6;
}
.Nav_Accordion .organization_right {
    display: none;
}
.Nav_Accordion a.organization_link.current {
    display: none;
}
.Ranking_C .Nav_Grade {
    margin: 0px;
    position: relative;
    margin-block: 8px;
    padding-inline: 5px;
    display: none;
}
.Ranking_C.Ranking_List_C .Nav_Grade {
    padding-inline: 12px;
    margin-block: 18px 12px;
    display: block;
}
.Ranking_C.Ranking_Detail_C .Nav_Grade {
    margin-block: 0;
    padding-inline: 0;
}
.Ranking_C .Nav_Grade:after {
    content: "";
    position: absolute;
    background: #E7E7E7;
    top: -15px;
    left: -12px;
    right: 0;
    width: calc(100% + 24px);
    height: calc(100% + 30px);
    z-index: -1;
    -webkit-transition: opacity 0.6s ease 0.1s;
    transition: opacity 0.6s ease 0.1s;
    visibility: visible;
    opacity: 1;
    pointer-events: none;
}
.Ranking_C.Ranking_Top_C .Nav_Grade:after,.Ranking_C.Ranking_List_C .Nav_Grade:after {
    z-index: 0;
}
.Ranking_C.Ranking_Detail_C .Nav_Grade:after{
    display: none;
}
.Ranking_C .Nav_Grade .weight,.Ranking_C .Nav_Grade .weight_select {
    background-color: #ffffff;
    border-bottom: none;
    width: 100%;
    height: auto;
    display: table;
    text-align: center;
    color: #000000;
    position: relative;
    z-index: 1;
}
.Ranking_C .Nav_Grade .weight:first-of-type{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.Ranking_C .Nav_Grade .weight:last-of-type{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.Ranking_C .Nav_Grade .weight a,.Ranking_C .Nav_Grade .weight_select a{
    display: block;
    padding-block: 5px;
    padding-inline: 0;
    margin-inline: 15px;
    border-bottom: solid 1px #E7E7E7;
}
.Ranking_C .Nav_Grade .weight:last-of-type a{
    border-bottom: none;
}
.Ranking_C .Nav_Grade .weight a:before,
.Ranking_C .Nav_Grade .weight a:after,.Ranking_C .Nav_Grade .weight_select a:before,.Ranking_C .Nav_Grade .weight_select a:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 20px;
  width: 12px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}

.Ranking_C .Nav_Grade .weight a:before,.Ranking_C .Nav_Grade .weight_select a:before {
  transform: rotate(45deg);
}

.Ranking_C .Nav_Grade .weight a:after,.Ranking_C .Nav_Grade .weight_select a:after {
  transform: rotate(-45deg);
}
.Ranking_C .Nav_Grade .weight a .weight_center,.Ranking_C .Nav_Grade .weight_select .weight_center {
    width: 100%;
    height: auto;
    padding-left: 12px;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 22px;
    color: #000000;
}
.Ranking_C .Nav_Grade .weight a .weight_left img, .Ranking_C .Nav_Grade .weight_select .weight_left img {
    height: 72px;
    width: 58px;
    object-fit: cover;
}
.Ranking_C .Nav_Grade .weight a .weight_right,.Ranking_C .Nav_Grade .weight_select .weight_right  {
    width: 40px;
    height: 80px;
    vertical-align: middle;
    display: none;
}
.Ranking_C ol, .Ranking_C ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Ranking_C .Sub_Nav ul li {
  margin: 0;
  padding: 0;
}
.Ranking_C .Sub_Nav ul {
    display: table;
    justify-content: space-between;
    align-items: center;
    background: #F4F4F4;
    background: linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(231, 231, 231, 1) 50%, rgba(255, 255, 255, 1) 100%);
    margin-block: 8px 0;
    width: 100%;
}
.Ranking_C .Sub_Nav ul li {
    display: table-cell;
    text-align: center;
    border-right: solid 1px #fff;
    margin-block: 2px;
}
.Ranking_C .Sub_Nav ul li:last-child {
    border-right: none
}
.Ranking_C .Sub_Nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #1C1C1C;
    text-align: center;
    padding-block: 13px;
    padding-inline: 2px;
    word-break: keep-all;
    font-weight: 700;
}
.Ranking_C .Sub_Nav ul li.current a {
    background: #676767;
    background: linear-gradient(180deg, rgba(103, 103, 103, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(51, 51, 51, 1) 80%, rgba(102, 102, 102, 1) 100%);
    color: #fff;

}
.Ranking_C .ranking_champion,.Ranking_C .ranking,.Ranking_C .ranking_headline {
    z-index: 1;
    position: relative;
}
.Select_Area {
    background: #1C1C1C;
    background: linear-gradient(180deg, rgba(28, 28, 28, 1) 60%, rgba(70, 70, 70, 1) 100%);
    display: flex;
    gap: 20px;
    padding-inline: 10px;
    padding-block: 18px 18px;
    justify-content: center;
}
.Select_History {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 18px 0;
    font-size: 20px;
    color: #fff;
    gap: 11px;
}
.history_yy_Line {
    position: relative;
}
#history_yy {
    border: none;
    background: #4E4E4E;
    color: #fff;
    font-size: 25px;
    padding-block: 5px;
    padding-inline: 15px 30px;
    border-radius: 100px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.history_yy_Line:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    position: absolute;
    right: 10px;
    top: -5px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.history_mm_Line {
    position: relative;
}
#history_mm {
    border: none;
    background: #4E4E4E;
    color: #fff;
    font-size: 25px;
    padding-block: 5px;
    padding-inline: 15px 30px;
    border-radius: 100px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.history_mm_Line:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    position: absolute;
    right: 10px;
    top: -5px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
select::-ms-expand {
  display: none;
}
.Select_Area_R {
    position: relative;
}
.history_Bt {
    width: 80px;
    height: 100px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    border: solid 1px #fff;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 0 31px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.history_Bt:hover{
    color: #0d0d0d;
    background: #ffffff;
}
.history_Bt_Arrow {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2;
    pointer-events: none;
}
.history_Bt:hover ~ .history_Bt_Arrow {
    background: #0d0d0d;
}
.history_Bt_Arrow:before {
    content: "";
    width: 2px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #4E4E4E;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.history_Bt:hover ~ .history_Bt_Arrow:before {
    background: #fff;
}
.history_Bt_Arrow:after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #4E4E4E;
    border-right: solid 2px #4E4E4E;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.history_Bt:hover ~ .history_Bt_Arrow:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.Select_Grade_L {
    padding-block: 0;
}
.Select_Grade_L .class_select_Line {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.Select_Grade_L .class_select_Line:after {
    content: "";
    width: 11px;
    height: 11px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    position: absolute;
    right: 20px;
    top: -5px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.Select_Grade_L .class_select_Line select {
    border: none;
    background: #4E4E4E;
    color: #fff;
    font-size: 22px;
    padding-block: 10px;
    padding-inline: 25px 30px;
    border-radius: 100px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    display: block;
    width: 100%;
}
.Orignal_C .ranking_history {
    color: #ffffff;
    width: 100%;
    height: auto;
    padding-block: 18px;
    padding-inline: 5px;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    background: #676767;
    background: linear-gradient(180deg, rgba(103, 103, 103, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(51, 51, 51, 1) 80%, rgba(102, 102, 102, 1) 100%);
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    display: block;
    padding-left: 0;
    margin-block: 0;
}
.Orignal_C .class_headline {
    color: #ffffff;
    width: 100%;
    height: auto;
    padding-block: 18px;
    padding-inline: 5px;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    background: #676767;
    background: linear-gradient(180deg, rgba(103, 103, 103, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(51, 51, 51, 1) 80%, rgba(102, 102, 102, 1) 100%);
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    display: block;
}
.Orignal_C .ranking_champion {
    color: #ffffff;
    width: 100%;
    height: 48px;
    padding-left: 60px;
    line-height: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #B4BA0D;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}
.Orignal_C .ranking_champion:after {
    content: "";
    background-image: url(../ranking/img/Ranking_Icon.png);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 83px;
    background-position: center;
    background-size: 36px;
    background-repeat: no-repeat;
}
.Orignal_C .ranking_champion_left {
    width: 100%;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
}
.Ranking_C.Ranking_Detail_C .ranking {
    background-color: #ffffff;
    border-top: none;
    border-bottom: none;
    width: 540px;
    height: 120px;
    display: table;
    color: #1C1C1C;
}
.Ranking_C.Ranking_Detail_C .ranking_left {
    width: 90px;
    height: 140px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.Ranking_C.Ranking_Detail_C .ranking_left a{
    display: block;
    width: 90px;
    height: 100%;
}
.Ranking_C.Ranking_Detail_C .ranking_left img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.Ranking_C.Ranking_Detail_C .ranking_right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    vertical-align: middle;
    text-align: center;
}
.Ranking_C.Ranking_Detail_C .ranking_right_top {
    width: 100%;
    height: auto;
    padding-left: 0;
    line-height: 1;
    text-align: left;
    display: table;
    background: #EAE4D9;
    box-sizing: border-box;
    padding-block: 10px;
    padding-inline: 20px;
    font-size: 18px;
}
.Ranking_C.Ranking_Detail_C .ranking_right_top span{
    position: absolute!important;
    right: 20px!important;
    font-size: 16px!important;
    width: calc(100% - 90px)!important;
    text-align: right!important;
}
.Ranking_C.Ranking_Detail_C .ranking_right_bottom {
    width: 100%;
    height: auto;
    padding-left: 0;
    vertical-align: middle;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 24px;
    line-height: 1;
    padding-block: 18px 18px;
    padding-inline: 20px;
}
.Ranking_C.Ranking_Detail_C .ranking_right_bottom a {
    display: block;
    color: #1C1C1C;
    margin-block: 0 7px;
}
.Ranking_C.Ranking_Detail_C .ranking_right_bottom span{
    display: block;
    width: 100%;
    font-size: 16px;
    position: relative!important;
    right: 0!important;
    bottom: 0!important;
}
.Ranking_C.Ranking_Detail_C .ranking_right_bottom span a {
    width: 42px;
    margin-block: 0 10px;
    position: absolute;
    right: 50px;
}
.Ranking_C.Ranking_Detail_C .ranking_headline {
    width: 100%;
    padding-block: 7px;
    font-size: 20px;
    font-weight: 600;
}
.Ranking_C.Ranking_Detail_C .ranking_champion_right {
    width: auto;
    padding-right: 0;
    position: absolute;
    right: 10px;
    height: 28px;
}
.Ranking_C.Ranking_Detail_C .ranking_champion_right img{
    width: auto;
    height: 100%;
    object-fit: cover;
}
.Ranking_C.Ranking_Detail_C .ranking_headline_right img {
    height: 28px;
    width: auto;
    object-fit: cover;
}