@charset "utf-8";
/* CSS Document */

.koya100_mv {
    width: 100%;
}

.sns-list {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin: 1rem 0;
}

.sns-list li a {
    width: 27px;
    height: 27px;
    text-align: center;
}

.sns-list li .icn-fb,
.sns-list li .icn-line {
    border-radius: 50%;
    padding-top: 4px;
}

.sns-list li .icn-fb {
    background-color: #3b5998;
}

.sns-list li .icn-line {
    background-color: #00c21b;
}

.sns-list li a img {
    max-height: 27px;
    height: auto;
    max-width: 27px;
    width: auto;
}

.sns-list li .icn-fb img,
.sns-list li .icn-line img {
    height: 20px;
}

.koya100_lead {
    margin-top: 3rem;
    line-height: 1.7;
}

/*/////////////////

タブメニュー

/////////////////*/

.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    text-align: center;
}

.tab_item {
    width: max(42%, 150px);
    padding: 10px;
    margin-bottom: 30px;
    background-color: #a9a9a9;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    position: relative;
}

.tab_item:hover {
    opacity: 0.75;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    overflow: hidden;
}

#pitcher:checked~#pitcher_content,
#fielder:checked~#fielder_content {
    display: block;
}

.tabs input:checked+.tab_pitcher {
    color: #fff;
    background-color: #0a6eb7;
}

.tabs input:checked+.tab_fielder {
    color: #fff;
    background-color: #c30e22;
}

.tabs input:checked+.tab_item::before {
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #0a6eb7;
    margin-left: -10px;
    top: 100%;
    left: 50%;
    position: absolute;
}

.tabs input:checked+.tab_pitcher::before {
    border-top: 10px solid #0a6eb7;
}

.tabs input:checked+.tab_fielder::before {
    border-top: 10px solid #c30e22;
}

.tab11_20>.number {
    height: 55px;
}

.tab_pitcher {
    margin-right: 0;
}

@media (min-width: 641px) {
    .tab_pitcher {
        margin-right: 20px;
    }
}

.fieder_icon {
    margin: 0 0 14px 7px;
}

.pitcher_icon {
    margin: 0 7px 14px 0;
}

/*/////////////////

ランキング

/////////////////*/

.rank_blue_btn,
.rank_red_btn {
    width: 35%;
    font-weight: 900;
    font-size: 18px;
    margin: 13px 8.5px;
    padding-top: 10px;
    border-top: 3px solid #9f9f9f;
    color: #9f9f9f !important;
}

.rank_blue_btn:hover {
    border-top: 3px solid #0a6eb7;
    color: #0a6eb7 !important;
}

.rank_red_btn:hover {
    border-top: 3px solid #c30f22;
    color: #c30f22 !important;
}

.rank_pitcher,
.rank_fielder {
    width: 100%;
    margin-bottom: 5px;
}

@media (min-width: 641px) {
    .rank_pitcher,
    .rank_fielder {
        width: 55%;
    }
}

.rank_fielder {
    margin-left: auto;
}

.number {
    display: table;
    height: 100px;
    margin: 0px 15px 0 5px;
}

.number>p {
    background-repeat: no-repeat;
    background-position: center 25px;
    aspect-ratio: 5 / 4;
    width: 55px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 900;
}

.n01 p {
    background-image: url(../img/01.png);
}

.n02 p {
    background-image: url(../img/02.png);
}

.n03 p {
    background-image: url(../img/03.png);
}

.number>p>span {
    color: white;
    border-radius: 50px;
    display: inline-block;
    font-size: 20px;
    line-height: 38px;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    padding: 0;
}

#pitcher_content .number>p>span {
    background-color: #118ae3;
}

#fielder_content .number>p>span {
    background-color: #d92033;
}

#p_rank11,
#f_rank11 {
    margin-top: 30px;
}

/*/////////////////

選手

/////////////////*/

.players_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.players_list.tab11_20 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

@media (min-width: 747px) {
    .players_list {
        flex-direction: row;
        gap: 5%;
        justify-content: center;
    }

    .players_list.tab11_20 {
        gap: 16.5%;
        justify-content: center;
    }
}

#acMenu img {
    border-radius: 50%;
    width: 107px;
    height: 107px;
}

.players_data {
    width: 100%;
    text-align: left;
    display: block;
}

@media (min-width: 747px) {
    .players_data {
        width: 50%;
    }
}

.img_data {
    display: flex;
}

.players_data h2 {
    font-size: 16px;
    color: #221714;
    margin-bottom: 8px;
}

.players_data h3 {
    font-size: 26px;
    color: #221714;
    margin-bottom: 8px;
}

.players_data span {
    font-size: 18px;
}

.detail:has(div) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.detail p {
    font-size: 15px;
    color: #221714;
    font-weight: bold;
    vertical-align: baseline;
    line-height: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.players_data .detail .entry {
    font-size: 11px;
    color: #FFFFFF;
    background-color: #888888;
    padding: 6px;
    border-radius: 20px;
    display: inline-block;
}

.players_data .detail .spring,
.players_data .detail .summer {
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px 6px;
    border-radius: 50px;
    margin-right: 5px;
    display: inline-block;
}

.players_data .detail .spring {
    background-color: #8dc227;
}

.players_data .detail .summer {
    background-color: #1daa3b;
}

/*/////////////////

コメント開くボタン

/////////////////*/

.open {
    display: inline-block;
    color: #717070;
    font-weight: bold;
    font-size: 11px;
    bottom: -5px;
    position: relative;
}

.open p {
    margin-right: 25px;
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}

.arrow::before,
.arrow::after {
    position: absolute;
    bottom: 0;
    content: "";
}

.arrow_botton::before {
    width: 20px;
    height: 20px;
    border-top: 5px solid #dcdcdc;
    border-right: 5px solid #dcdcdc;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.under {
    transform: rotateX(180deg)translateY(5px);
    bottom: 5px;
}

/*/////////////////

アコーディオンメニュー

/////////////////*/

.koya100_area dt {
    padding: 13px 0 20px;
}

.koya100_area dd {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 6%;
    background: #dcdcdc;
    border-radius: 10px;
    padding: 20px 2%;
}

.koya100_area dd::before {
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #dcdcdc;
    top: -18px;
    left: 25%;
    position: absolute;
}

.koya100_area dd img {
    display: block;
    height: min(25vw, 100px);
}

.bottom {
    border-bottom: #d1cece 1px dotted;
}

#acMenu dt {
    cursor: pointer;
}

#acMenu ul {
    margin: 0 0 0 15px;
    min-height: 70px;
    list-style: none;
    text-align: start;
}

#acMenu ul li {
    transition: all 0.5s;
    font-size: 15px;
    line-height: 26.5px;
    color: #221714;
    margin-left: auto;
    margin-bottom: 1rem;
    position: relative;
}

#acMenu ul li:last-child {
    margin-bottom: 0;
}

#acMenu ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -25px;
    width: 16.5px;
    height: 16.5px;
    border-radius: 50%;
    display: block;
    margin: auto 0;
    background-color: #ffffff;
}

#acMenu ul li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: -27px;
    width: 2px;
    height: 12px;
    display: block;
    margin: auto 9px;
    box-shadow: inset 0 -2px 0 0 #dcdcdc, inset 0 7px 0 0 #dcdcdc, inset 0 8px 0 0 rgb(220, 220, 220);
}

/*/////////////////

青線　赤線

/////////////////*/

.blue_line,
.red_line {
    border-bottom: solid 8px #eeeeee;
    position: relative;
    margin-bottom: 10px;
}

.blue_line:after,
.red_line:after {
    position: relative;
    content: " ";
    display: block;
    bottom: -8px;
    width: 50%;
    border-radius: 5px;
}

.blue_line:after {
    border-bottom: solid 8px #0a6eb7;
}

.red_line:after {
    border-bottom: solid 8px #c30e22;
}

.blue_01:after {
    width: 100%;
}

.blue_02:after {
    width: 90%;
}

.blue_03:after {
    width: 80%;
}

.blue_04:after {
    width: 75%;
}

.blue_05:after {
    width: 70%;
}

.blue_06:after {
    width: 70%;
}

.blue_07:after {
    width: 70%;
}

.blue_08:after {
    width: 70%;
}

.blue_09:after {
    width: 70%;
}

.blue_10:after {
    width: 70%;
}

.red_01:after {
    width: 100%;
}

.red_02:after {
    width: 90%;
}

.red_03:after {
    width: 80%;
}

.red_04:after {
    width: 75%;
}

.red_05:after {
    width: 70%;
}

.red_06:after {
    width: 70%;
}

.red_07:after {
    width: 70%;
}

.red_08:after {
    width: 70%;
}

.red_09:after {
    width: 70%;
}

.red_10:after {
    width: 70%;
}