@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;
  padding: 79px 0px 0px 0px;
  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;
}
.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/2025/special/kurakkatsu/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/2025/special/kurakkatsu/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 #d70c19;
}
.sec__spec .count_niigata {
  border: 6px solid #ea5504;
}

.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: #d70c19;
}

.color_niigata {
  color: #ea5504;
}

/* ==========================================================================
   sec__vote
========================================================================== */
.sec__vote {
  padding: 50px 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/2025/special/kurakkatsu/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 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/2025/special/kurakkatsu/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;
  width: 90%;
  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;
}

/* ==========================================================================
   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 #da005b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.teamname_tokyo {
  color: #0b318f;
}

.teamname_gosaka {
  color: #00458d;
}

.teamname_urawa {
  color: #e6002d;
}

.teamname_yokohamafm {
  color: #014099;
}

.teamname_yokohamafc {
  color: #00a0e9;
}

.teamname_kyoto {
  color: #750069;
}

.teamname_hiroshima {
  color: #51318f;
}

.teamname_sapporo {
  color: #d6000f;
}

.teamname_kashima {
  color: #b7183f;
}

.teamname_mito {
  color: #005ca2;
}

.teamname_tochigic {
  color: #000e32;
}

.teamname_shonan {
  color: #6eb92b;
}

.teamname_niigata {
  color: #ea5504;
}

.teamname_kobe {
  color: #a9002e;
}

.teamname_shimizu {
  color: #f18900;
}

.teamname_kawasaki {
  color: #33a1db;
}

.teamname_oita {
  color: #073190;
}

.teamname_tosu {
  color: #00a0d2;
}

.teamname_tokushima {
  color: #073190;
}

.teamname_kashiwa {
  color: #f2c600;
}

.teamname_iwata {
  color: #6c9bd2;
}

.teamname_fukuoka {
  color: #001b5b;
}

.teamname_nagoya {
  color: #d70c19;
}

.teamname_sendai {
  color: #FCC800;
}

.teamname_yamagata {
  color: #1A1A7C;
}

.teamname_fukushima {
  color: #E60012;
}

.teamname_iwaki {
  color: #C01830;
}

.teamname_tochigi {
  color: #f2c600;
}

.teamname_kusatsu {
  color: #002C5B;
}

.teamname_chiba {
  color: #ffe100;
}

.teamname_tokyov {
  color: #006D30;
}

.teamname_machida {
  color: #00226D;
}

.teamname_kawasakif {
  color: #38A1DB;
}

.teamname_ysyokohama {
  color: #005BAC;
}

.teamname_toyama {
  color: #003894;
}

.teamname_gifu {
  color: #00633D;
}

.teamname_fosaka {
  color: #7FCAF1;
}

.teamname_nara {
  color: #011D64;
}

.teamname_tottori {
  color: #6EBA3D;
}

.teamname_kumamoto {
  color: #B62013;
}

.teamname_miyazaki {
  color: #E62E8B;
}

.teamname_hachinohe {
  color: #00A63C;
}

.teamname_morioka {
  color: #000;
}

.teamname_akita {
  color: #005BAC;
}

.teamname_omiya {
  color: #00164b;
}

.teamname_matsumoto {
  color: #008136;
}

.teamname_nagano {
  color: #EB6100;
}

.teamname_kanazawa {
  color: #D80C1E;
}

.teamname_numazu {
  color: #00A0E9;
}

.teamname_okayama {
  color: #B6003D;
}

.teamname_yamaguchi {
  color: #ED6F1F;
}

.teamname_sanuki {
  color: #65AADD;
}

.teamname_ehime {
  color: #F39800;
}

.teamname_imabari {
  color: #171C61;
}

.teamname_kochi {
  color: #b81c22;
}

.teamname_kitakyushu {
  color: #e60012;
}

.teamname_nagasaki {
  color: #005BAC;
}

.teamname_kagoshima {
  color: #182F60;
}

.teamname_ryukyu {
  color: #CA0915;
}

.teamname_fujieda {
  color: #89357C;
}

.teamname_sagamihara {
  color: #228E41;
}

.teamname_kofu {
  color: #005BAC;
}

.teamname_ftokyo {
  color: #11216C;
}