@charset "UTF-8";

.specialHeader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 111;
    background: #000;
    height: 70px;
    width: 100%;
    min-width: 1100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.specialHeader__inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- flex-end;
    justify-content: -webkit- flex-end;
    justify-content: flex-end;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
}

.specialHeader__jLogo {
    width: 40px;
    height: 40px;
}

.specialHeader__jLogo img {
    width: 100%;
    height: auto;
}

.specialHeader__eng a {
    font-weight: 900;
    color: #fff;
    line-height: 1;
    padding: 2px 10px;
    margin-right: 15px;
    border: 1px solid #fff;
    font-size: 14px;
    font-size: 1.4rem;
}

.specialHeader__title img {
    height: 40px;
}

.specialHeader__gnav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- left;
    justify-content: -webkit- left;
    justify-content: left;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
    margin-left: 20px;
}

.specialHeader__gnav__li {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    position: relative;
    height: 70px;
    line-height: 70px;
}

.specialHeader__gnav__li a,
.specialHeader__gnav__li span {
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    height: 70px;
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- center;
    justify-content: -webkit- center;
    justify-content: center;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 1170px) {

    .specialHeader__gnav__li a,
    .specialHeader__gnav__li span {
        padding: 0 10px;
    }
}

.specialHeader__gnav__li a:hover,
.specialHeader__gnav__li span:hover {
    background: #adb3b5;
    opacity: 1;
}

.specialHeader__gnav__li span {
    color: rgba(255, 255, 255, 0.4);
}

.specialHeader__ticket {
    margin-right: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- center;
    justify-content: -webkit- center;
    justify-content: center;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
}

.specialHeader__ticket a,
.specialHeader__ticket span {
    background: #e60012;
    color: #fff;
    border-radius: 20px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- center;
    justify-content: -webkit- center;
    justify-content: center;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
    white-space: nowrap;
}

@media screen and (max-width: 1170px) {

    .specialHeader__ticket a,
    .specialHeader__ticket span {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 5px 15px;
    }
}

.specialHeader__ticket span {
    background: #758ebf;
    color: #000;
}

.specialHeader__ticket span:hover {
    background: #758ebf;
}

.specialHeader__subnav {
    z-index: 9999;
    overflow: hidden;
    top: 70px;
    text-align: center;
    position: absolute;
    background: #adb3b5;
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- center;
    justify-content: -webkit- center;
    justify-content: center;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}

.specialHeader__subnav li a {
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    white-space: nowrap;
    height: 50px;
    transition: opacity 0.2s ease;
}

.specialHeader__subnav li a:hover {
    opacity: 0.7;
}

.specialHeader__subnav li:first-child {
    padding-left: 15px;
}

.specialHeader__subnav li:last-child {
    padding-right: 15px;
}

.specialHeader__subnav li.nolink a {
    opacity: 0.2;
    pointer-events: none;
}

a {
    color: #e60012;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    opacity: 0.4;
    text-decoration: none;
}

html {
    font-size: 62.5%;
    overflow-y: auto;
}

body {
    min-width: 980px;
    background: f5f3f3;
    font-size: 1.6rem;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 1.75;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body.is-nav {
    height: 100%;
    overflow: hidden;
}

#header *,
.CNT * {
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
}

footer img {
    vertical-align: inherit;
}

footer {
    line-height: 100%;
}

strong {
    font-weight: bold;
}

#pagetop {
    width: 100%;
}

.CNT {
    font-feature-settings: "palt";
}

.spDISP {
    display: none;
}

.fade-up,
.fade-from-left,
.fade-from-right {
    transition: opacity 0.7s;
    transition: transform 0.5s;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half,
.CLM__three,
.CLM__four {
    display: flex;
    flex-wrap: wrap;
    justify-content: -ms- left;
    justify-content: -webkit- left;
    justify-content: left;
    align-items: -ms- top;
    align-items: -webkit- top;
    align-items: top;
}

.CLM__half img,
.CLM__three img,
.CLM__four img {
    width: 100%;
}

.CLM__half .wide100,
.CLM__three .wide100,
.CLM__four .wide100 {
    width: 100% !important;
}

.CLM__half>li,
.CLM__half>article,
.CLM__half>figure,
.CLM__half>div,
.CLM__half>a {
    width: 48%;
    margin-right: 4%;
}

.CLM__half>li:nth-child(2n),
.CLM__half>article:nth-child(2n),
.CLM__half>figure:nth-child(2n),
.CLM__half>div:nth-child(2n),
.CLM__half>a:nth-child(2n) {
    margin-right: 0;
}

.CLM__three>li,
.CLM__three>article,
.CLM__three>div,
.CLM__three>a,
.CLM__three>figure {
    width: 32%;
    margin-right: 2%;
}

.CLM__three>li:nth-child(3n),
.CLM__three>article:nth-child(3n),
.CLM__three>div:nth-child(3n),
.CLM__three>a:nth-child(3n),
.CLM__three>figure:nth-child(3n) {
    margin-right: 0;
}

.CLM__four>li,
.CLM__four>article,
.CLM__four>div {
    width: 23.5%;
    margin-right: 2%;
}

.CLM__four>li:nth-child(4n),
.CLM__four>article:nth-child(4n),
.CLM__four>div:nth-child(4n) {
    margin-right: 0;
}

.nowrapCLM {
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    align-items: -ms- top;
    align-items: -webkit- top;
    align-items: top;
}

.nowrapCLM>li,
.nowrapCLM>article {
    flex: 1;
    margin-right: 3%;
}

.nowrapCLM>li:last-child,
.nowrapCLM>article:last-child {
    margin-right: 0;
}

.nowrapCLM>li img,
.nowrapCLM>article img {
    width: 100%;
}

.nowrapCLM>li a,
.nowrapCLM>article a {
    display: block;
}

.txt__honbun {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.65;
    margin-bottom: 1em;
}

.txt__size16 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 1em;
}

.txt__size18 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 1em;
    font-weight: bold;
}

.txt__size20 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 1em;
    font-weight: bold;
}

.txt__size22 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2;
    margin-bottom: 1em;
    font-weight: bold;
}

.txt__size26 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 2;
    margin-bottom: 1em;
    font-weight: bold;
}

.txt__bold {
    font-weight: bold;
}

.txt__center {
    text-align: center;
}

.txt__left {
    text-align: left;
}

.txt__right {
    text-align: right;
}

.txt__through {
    text-decoration: line-through;
}

.txt__underline {
    text-decoration: underline !important;
}

.txt__dotline {
    padding-bottom: 5px;
    border-bottom: 2px dotted #e60012;
}

.sec {
    text-align: center;
}

.sec__inner90 {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 5vw;
    max-width: 1180px;
}

.sec__inner800 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 5vw;
}

.sec__inner900 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 5vw;
}

.sec__inner980 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 5vw;
}

.sec__inner1100 {
    width: 100%;
    min-width: 980px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 5vw;
}

.sec__inner1200 {
    width: 100%;
    min-width: 980px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 5vw;
}

.sec__innerWide {
    width: 100%;
    min-width: 980px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 5vw;
}

.sec__inner__gray {
    margin: 450px auto 60px;
}

.sec__inner__gray:before {
    top: -200px;
    padding-bottom: 0;
}

.sec__inner__gray.left:before {
    width: 90%;
    left: 10%;
}

img.lazy {
    width: 100%;
}

.list__style {
    padding-left: 1em;
}

.list__style__disc {
    list-style: disc;
    text-align: left;
}

.list__style__disc li {
    margin-left: 1em;
}

.list__style__decimal {
    list-style: decimal;
    text-align: left;
}

.list__style__decimal li {
    margin-left: 1em;
}

.list__style__discl {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1em;
}

.list__style__discl li {
    padding-left: 1em;
    text-indent: -1em;
}

.list__style__discl li:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #000000;
    border-radius: 50%;
    position: relative;
    left: -0.5em;
}

.list__style__attention {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.list__style__attention li {
    padding-left: 1em;
    text-indent: -1em;
}

.list__style__attention li:before {
    content: "※";
    position: relative;
    left: -0.5em;
}

/*-----------------------------------

kurakkatsu2025.scss

------------------------------------*/
a {
    color: #e60012;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    opacity: 0.8;
    text-decoration: none;
}

html {
    font-size: 62.5%;
    overflow-y: auto;
}

body {
    min-width: 980px;
    background: #FFF;
    font-size: 1.6rem;
    font-family: "Archivo Narrow", "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 1.75;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body.is-nav {
    height: 100%;
    overflow: hidden;
}

#main {
    width: 100%;
    overflow: hidden;
    background-color: #96683d;
}

img {
    vertical-align: bottom;
}

#pagetop {
    width: 100%;
}

.wrapper {
    width: 980px;
    margin: 0 auto;
}

footer {
    z-index: 11;
    position: relative;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
    transition: 0.5s all;
}

/* ==========================================================================
   header
========================================================================== */
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 19px 0 20px;
    display: flex;
    align-items: center;
    background: #000;
    z-index: 9999999;
    min-width: 980px;
    height: 40px;
}

#header a:hover {
    opacity: 0.7;
}

#header .header__left {
    position: absolute;
    top: 20px;
    left: 20px;
}

#header .header__left img {
    height: 40px;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-size: 75% auto;
    padding-top: 80px;
    background-color: #ffec98;
}

.kvArea__img {
    width: 100%;
    text-align: center;
}

.kvArea__img img {
    width: 100%;
}

.title_ribbon {
    position: relative;
    display: block;
    width: 600px;
    margin: auto;
    font-size: 3rem;
    font-weight: 700;
    line-height: 2em;
    color: #fbecc5;
    text-align: center;
    padding: 0 1rem;
    background-color: #e60012;
    z-index: 999;
}

.title_ribbon::before,
.title_ribbon::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #e60012 transparent;
    border-style: solid;
    content: "";
}

.title_ribbon::before {
    left: -15px;
    border-width: 30px 0px 30px 15px;
}

.title_ribbon::after {
    right: -15px;
    border-width: 30px 15px 30px 0px;
}

.readbox {
    position: relative;
}

.readbox .leadtext {
    background-color: #fff;
    border: 6px solid #FFD100;
    border-radius: 20px;
    text-align: center;
    color: #41210F;
    font-weight: bold;
    position: absolute;
    top: 30px;
    display: block;
    width: 80%;
    right: 0;
    left: 0;
    margin: auto;
    padding: 70px 0;
    font-size: 1.8rem;
}

.cookie01 {
    position: absolute;
    top: 30px;
    right: 30px;
}

.cookie02 {
    position: absolute;
    top: 20px;
    left: 30px;
}

/* ==========================================================================
   sec__catch
========================================================================== */
.sec__catch {
    padding: 50px 0;
    position: relative;
}

.sec__catch .readbox {
    height: 300px;
}

.sec__catch::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0%;
    bottom: 0;
    z-index: 10;
    display: block;
    height: 20px;
    background-position: 0 0;
    background: url(/img/leaguecup/kurakkatsu/2026-27/bg_vote_catch.png) repeat top center;
}

/* ==========================================================================
   sec__spec
========================================================================== */
.sec__spec {
    background-color: #f9f4ea;
    padding: 50px 0;
}

.sec__spec .special_movie {
    display: flex;
    width: 80%;
    margin: auto;
}

.sec__spec .special_movie .contents {
    margin: auto;
    background-color: #ffffff;
    border-radius: 36px;
}

.sec__spec .special_movie .contents .picarea {
    position: relative;
}

.sec__spec .special_movie .contents .picarea img {
    width: 100%;
    border-radius: 30px 30px 0 0;
}

.sec__spec .special_movie .contents .picarea a::after {
    content: "";
    position: absolute;
    z-index: 10;
    background-position: 0 0;
    background: url(/img/leaguecup/kurakkatsu/2026-27/icon_play.svg) no-repeat top center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40%;
    height: 20%;
    background-size: contain;
    background-repeat: no-repeat;
}

.sec__spec .special_movie .contents .team {
    display: flex;
    align-items: center;
}

.sec__spec .special_movie .contents .team .embM {
    margin: 0;
}

.sec__spec .special_movie .contents .team .teamname {
    font-size: 2rem;
}

.sec__spec .count {
    text-align: center;
}

.sec__spec .count .timer {
    line-height: 4.5rem;
    margin: 30px auto;
    font-size: 2.8rem;
    color: #41210F;
    font-family: "Noto Sans JP", sans-serif;
}

.sec__spec .count .timer .date-label {
    font-weight: bold;
}

.sec__spec .count .timer .date-label span {
    font-weight: bold;
    font-size: 4rem;
}

.sec__spec .count .timer .countdown {
    font-weight: bold;
}

.sec__spec .count_nagoya {
    border: 6px solid #D80C18;
}

.sec__spec .count_niigata {
    border: 6px solid #F15A22;
}

.num {
    font-size: 4.5rem;
    font-weight: bold;
}

.unit {
    font-size: 2.8rem;
    font-weight: bold;
    margin-right: 8px;
}

.label {
    font-size: 2.8rem;
    font-weight: bold;
    margin-right: 5px;
}

.final-label {
    font-size: 50px;
    /* 数字と同じ大きさで強調 */
    font-weight: bold;
    color: #d32f2f;
    /* 赤で強調 */
}

.color_nagoya {
    color: #D80C18;
}

.color_niigata {
    color: #F15A22;
}

/* ==========================================================================
   sec__vote
========================================================================== */
.sec__vote {
    padding: 130px 0;
    background-color: #ffd17c;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(255, 255, 255, 0.3) 15px, rgba(255, 255, 255, 0.3) 30px);
    position: relative;
}

.sec__vote::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    display: block;
    height: 20px;
    background: url(/img/leaguecup/kurakkatsu/2026-27/bg_vote_spec.png) repeat top center;
    background-position: 0 0;
}

.sec__vote .readbox {
    height: 330px;
}

.sec__vote .club_list ul {
    display: flex;
    flex-wrap: wrap;
}

.sec__vote .club_list ul li {
    width: 25%;
    position: relative;
    padding: 0 0 90px;
}

.sec__vote .club_list ul {
    list-style: none;
    padding-left: 0;
}

.sec__vote .club_list ul li figure {
    position: relative;
}

.sec__vote .club_list ul li figure img {
    width: 100%;
}

.sec__vote .club_list ul li figure a::after {
    content: "";
    position: absolute;
    z-index: 10;
    background-position: 0 0;
    background: url(/img/leaguecup/kurakkatsu/2026-27/icon_play.svg) no-repeat top center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40%;
    height: 20%;
    background-size: contain;
    background-repeat: no-repeat;
}

.sec__vote .club_list ul li:nth-child(odd) {
    background-color: #ffffff;
}

.sec__vote .club_list ul li:nth-child(even) {
    background-color: #ffefc7;
}

.sec__vote .club_list ul li .team {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 0px auto;
    font-family: "Noto Sans JP", sans-serif;
}

.sec__vote .club_list ul li .team p {
    margin-left: 5px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 14px;
}

.sec__vote .club_list ul li h4 {
    display: block;
    font-weight: 700;
    line-height: 20px;
    padding: 0 10px;
    color: #41210f;
    font-family: "Noto Sans JP", sans-serif;
}

.sec__vote .club_list ul li h4 p {
    font-size: 1rem;
}

.sec__vote .club_list ul li .movie_link a {
    display: block;
    width: 80%;
    text-decoration: none;
    color: #e60012;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    padding: 15px 0px;
    transition: all 0.2s ease;
    border: 2px solid #e60012;
    border-radius: 100px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 25px;
    position: absolute;
    font-weight: bold;
}

.sec__vote .club_list ul li .movie_link a:hover {
    color: #ffffff;
    background-color: #e60012;
    opacity: 1;
}

.sec__vote .club_list ul li .no_link span {
    display: block;
    width: 80%;
    color: #a9a9a9;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    padding: 15px 0px;
    border: 2px solid #a9a9a9;
    border-radius: 100px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 25px;
    position: absolute;
    font-weight: bold;
    background-color: #d8d6d6;
}

/* ==========================================================================
   contents
========================================================================== */
.contents {
    position: relative;
    padding: 0;
    display: block;
    width: 47%;
}

.contents .team {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0px auto;
}

.contents .team img {
    display: inline-block;
    width: 30px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

.contents .team .teamname {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 14px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

.contents h4 {
    display: block;
    height: 60px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 20px;
    padding: 0 5%;
    margin: 0px;
    color: #41210f;
}

.contents h4 span {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
}

/*-- チーム別 --*/
.sec__vote ul li.cosaka {
    border-top: 10px solid #D0005C;
}

.sec__vote ul li.tokyo {
    border-top: 10px solid #0b318f;
}

.sec__vote ul li.gosaka {
    border-top: 10px solid #003287;
}

.sec__vote ul li.urawa {
    border-top: 10px solid #ED1A3B;
}

.sec__vote ul li.yokohamafm {
    border-top: 10px solid #034EA2;
}

.sec__vote ul li.yokohamafc {
    border-top: 10px solid #00AEEF;
}

.sec__vote ul li.kyoto {
    border-top: 10px solid #AD1AAC;
}

.sec__vote ul li.hiroshima {
    border-top: 10px solid #583F99;
}

.sec__vote ul li.sapporo {
    border-top: 10px solid #D71920;
}

.sec__vote ul li.kashima {
    border-top: 10px solid #B7274C;
}

.sec__vote ul li.mito {
    border-top: 10px solid #005CA2;
}

.sec__vote ul li.tochigic {
    border-top: 10px solid #001231;
}

.sec__vote ul li.shonan {
    border-top: 10px solid #82C039;
}

.sec__vote ul li.niigata {
    border-top: 10px solid #F15A22;
}

.sec__vote ul li.kobe {
    border-top: 10px solid #9B0020;
}

.sec__vote ul li.shimizu {
    border-top: 10px solid #FF8709;
}

.sec__vote ul li.kawasaki {
    border-top: 10px solid #6BA3E2;
}

.sec__vote ul li.oita {
    border-top: 10px solid #140A8C;
}

.sec__vote ul li.tosu {
    border-top: 10px solid #00ACD4;
}

.sec__vote ul li.tokushima {
    border-top: 10px solid #13294B;
}

.sec__vote ul li.kashiwa {
    border-top: 10px solid #000;
}

.sec__vote ul li.iwata {
    border-top: 10px solid #659AD2;
}

.sec__vote ul li.fukuoka {
    border-top: 10px solid #002159;
}

.sec__vote ul li.nagoya {
    border-top: 10px solid #D80C18;
}

.sec__vote ul li.sendai {
    border-top: 10px solid #FFC20E;
}

.sec__vote ul li.yamagata {
    border-top: 10px solid #1A1A7C;
}

.sec__vote ul li.fukushima {
    border-top: 10px solid #ED1C24;
}

.sec__vote ul li.iwaki {
    border-top: 10px solid #C11830;
}

.sec__vote ul li.tochigi {
    border-top: 10px solid #0066B3;
}

.sec__vote ul li.gunma {
    border-top: 10px solid #002C5B;
}

.sec__vote ul li.chiba {
    border-top: 10px solid #FFDD00;
}

.sec__vote ul li.tokyov {
    border-top: 10px solid #046A38;
}

.sec__vote ul li.machida {
    border-top: 10px solid #0061AF;
}

.sec__vote ul li.kawasakif {
    border-top: 10px solid #6BA3E2;
}

.sec__vote ul li.toyama {
    border-top: 10px solid #17479E;
}

.sec__vote ul li.gifu {
    border-top: 10px solid #006A44;
}

.sec__vote ul li.shiga {
    border-top: 10px solid #5db8e9;
}

.sec__vote ul li.fosaka {
    border-top: 10px solid #71C9F1;
}

.sec__vote ul li.nara {
    border-top: 10px solid #132361;
}

.sec__vote ul li.tottori {
    border-top: 10px solid #70BF4F;
}

.sec__vote ul li.kumamoto {
    border-top: 10px solid #AE271F;
}

.sec__vote ul li.miyazaki {
    border-top: 10px solid #EE3D96;
}

.sec__vote ul li.hachinohe {
    border-top: 10px solid #0DB14B;
}

.sec__vote ul li.akita {
    border-top: 10px solid #0066B3;
}

.sec__vote ul li.omiya {
    border-top: 10px solid #001D46;
}

.sec__vote ul li.matsumoto {
    border-top: 10px solid #00823E;
}

.sec__vote ul li.nagano {
    border-top: 10px solid #F26522;
}

.sec__vote ul li.kanazawa {
    border-top: 10px solid #DA202C;
}

.sec__vote ul li.okayama {
    border-top: 10px solid #B10342;
}

.sec__vote ul li.yamaguchi {
    border-top: 10px solid #F26322;
}

.sec__vote ul li.sanuki {
    border-top: 10px solid #5DA9DD;
}

.sec__vote ul li.ehime {
    border-top: 10px solid #F7941D;
}

.sec__vote ul li.imabari {
    border-top: 10px solid #193973;
}

.sec__vote ul li.kochi {
    border-top: 10px solid #B8292F;
}

.sec__vote ul li.kitakyushu {
    border-top: 10px solid #24135F;
}

.sec__vote ul li.nagasaki {
    border-top: 10px solid #002159;
}

.sec__vote ul li.kagoshima {
    border-top: 10px solid #1B315E;
}

.sec__vote ul li.ryukyu {
    border-top: 10px solid #C61D23;
}

.sec__vote ul li.fujieda {
    border-top: 10px solid #8A4083;
}

.sec__vote ul li.sagamihara {
    border-top: 10px solid #005151;
}

.sec__vote ul li.kofu {
    border-top: 10px solid #0066B3;
}

.sec__vote ul li.ftokyo {
    border-top: 10px solid #000A6E;
}

/*-- チーム名 --*/
.teamname_cosaka {
    color: #D0005C;
}

.teamname_tokyo {
    color: #0b318f;
}

.teamname_gosaka {
    color: #003287;
}

.teamname_urawa {
    color: #ED1A3B;
}

.teamname_yokohamafm {
    color: #034EA2;
}

.teamname_yokohamafc {
    color: #00AEEF;
}

.teamname_kyoto {
    color: #AD1AAC;
}

.teamname_hiroshima {
    color: #583F99;
}

.teamname_sapporo {
    color: #D71920;
}

.teamname_kashima {
    color: #B7274C;
}

.teamname_mito {
    color: #005CA2;
}

.teamname_tochigic {
    color: #001231;
}

.teamname_shonan {
    color: #82C039;
}

.teamname_niigata {
    color: #F15A22;
}

.teamname_kobe {
    color: #9B0020;
}

.teamname_shimizu {
    color: #FF8709;
}

.teamname_kawasaki {
    color: #6BA3E2;
}

.teamname_oita {
    color: #140A8C;
}

.teamname_tosu {
    color: #00ACD4;
}

.teamname_tokushima {
    color: #13294B;
}

.teamname_kashiwa {
    color: #000;
}

.teamname_iwata {
    color: #659AD2;
}

.teamname_fukuoka {
    color: #002159;
}

.teamname_nagoya {
    color: #D80C18;
}

.teamname_sendai {
    color: #FFC20E;
}

.teamname_yamagata {
    color: #1A1A7C;
}

.teamname_fukushima {
    color: #ED1C24;
}

.teamname_iwaki {
    color: #C11830;
}

.teamname_tochigi {
    color: #0066B3;
}

.teamname_gunma {
    color: #002C5B;
}

.teamname_chiba {
    color: #FFDD00;
}

.teamname_tokyov {
    color: #046A38;
}

.teamname_machida {
    color: #0061AF;
}

.teamname_kawasakif {
    color: #6BA3E2;
}

.teamname_toyama {
    color: #17479E;
}

.teamname_gifu {
    color: #006A44;
}

.teamname_shiga {
    color: #5db8e9;
}

.teamname_fosaka {
    color: #71C9F1;
}

.teamname_nara {
    color: #132361;
}

.teamname_tottori {
    color: #70BF4F;
}

.teamname_kumamoto {
    color: #AE271F;
}

.teamname_miyazaki {
    color: #EE3D96;
}

.teamname_hachinohe {
    color: #0DB14B;
}

.teamname_akita {
    color: #0066B3;
}

.teamname_omiya {
    color: #001D46;
}

.teamname_matsumoto {
    color: #00823E;
}

.teamname_nagano {
    color: #F26522;
}

.teamname_kanazawa {
    color: #DA202C;
}

.teamname_okayama {
    color: #B10342;
}

.teamname_yamaguchi {
    color: #F26322;
}

.teamname_sanuki {
    color: #5DA9DD;
}

.teamname_ehime {
    color: #F7941D;
}

.teamname_imabari {
    color: #193973;
}

.teamname_kochi {
    color: #B8292F;
}

.teamname_kitakyushu {
    color: #24135F;
}

.teamname_nagasaki {
    color: #002159;
}

.teamname_kagoshima {
    color: #1B315E;
}

.teamname_ryukyu {
    color: #C61D23;
}

.teamname_fujieda {
    color: #8A4083;
}

.teamname_sagamihara {
    color: #005151;
}

.teamname_kofu {
    color: #0066B3;
}

.teamname_ftokyo {
    color: #000A6E;
}
