@charset "utf-8";

@font-face {
  font-family: 'BLG';
  src: url(../font/bleage_font.ttf);
  font-weight: normal;
}

.blg_txt {
  font-family: 'BLG';
  src: url(../font/bleage_font.ttf);
  font-weight: normal;
}

.body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

img {
  vertical-align: bottom;
  width: 100%;
}

p,
span,
h1,
h2,
h3,
h4,
div,
nav {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  font-size: 1.5rem;
}

html {
  scroll-padding-top: 0px;
  /* 固定ヘッダの高さ分 */
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  line-height: 1.6875;
  background-color: #ffffff;
}

/* ======================================== */
/* 共通CSS */
/* ======================================== */
.onlyPC {
  display: none;
}

@media (min-width: 700px) {
  .onlyPC {
    display: block;
  }
}

@media (min-width: 900px) {
  .onlyPC2 {
    display: none;
  }
}

@media (min-width: 700px) {
  .onlySP {
    display: none;
  }
}

section {
  max-width: 450px;
}

.wht_txt {
  color: #ffffff;
}

.ttl {
  font-size: 5rem;
}

.common_ttl {
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  margin: 8rem 0 5rem;
}

.section-title {
  position: relative;
  width: fit-content;
  width: calc(100% - 40px);
  margin: 5rem auto 5rem;
}
.section-title2{
  margin: 3rem auto !important;
}

.section-title .background-text {
  opacity: 0.2;
}

.section-title .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-10deg);
  /* 中央揃え＋斜体風 */
  font-size: 3.5rem;
  font-weight: 900;
  color: white;
  white-space: nowrap;
}

.background-text2{
  margin: 0 auto;
  display: block;
  opacity: 0.3;
}

/* ======================================== */
/* PC版の背景 */
/* ======================================== */
.body_contents {
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
}

.front_contents {
  margin: 0 auto;
  max-width: 450px;
  overflow: hidden;
  position: relative;
  background-color: #0d0d0d;
  box-shadow: 0px 0px 20px rgb(255 255 255 / 29%);
}

.pc_logo {
  display: none;
}

@media (min-width: 1100px) {
  .pc_logo {
    display: block;
    position: absolute;
    top: 0;
  bottom: 0;
  margin: auto 0;
  width: 30%;

  }
}

.goal{
  width: 30%;
  right: 0 !important;
  position: absolute;
}
.court{
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* ======================================== */
/* 固定ボタン*/
/* ======================================== */


#page-top {
  padding: 8px 0;
  background-color: #04040486;
  width: 100%;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　左の動き　*/

#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.fixed_btn {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  width: 300px;
  padding: 8px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  margin: 3rem auto;
  display: flex;
  gap: 10px;
  justify-content: center;
  text-align: center;
  align-items: center;
  cursor: pointer;
}

.fixed_btn:hover {
  background-color: rgb(166, 166, 166);
}

/* ======================================== */
/* ヘッダー*/
/* ======================================== */
.header_contents {
  background-color: #070707e0;
  position: fixed;
  z-index: 100;
  width: 100%;
  max-width: 450px;
}

.header_item1 {
  width: 55px;
}

.header_item1 a:hover {
  opacity: 0.5;
}

.header_item2 {
  width: 150px;
}

.header_item2 a:hover {
  opacity: 0.5;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px 10px
}

/* ======================================== */
/* KV*/
/* ======================================== */
.kv_contents {
  padding-top: 55.71px;
  background-color: #0d0d0d;
  position: relative;
}
.kv_txt{
  width: calc(100% - 40px);
  margin: 5rem auto;
  display: block;
}

.section_txt{
    text-align: center;
}

.section_txt span{
    color: #E91715;
}
.kv_ttl{
    width: 300px;
    top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  position: absolute;
}

.kv_img{
    opacity: 0.2;
}

.section_txt{
    font-weight: bold;
}


/* ======================================== */
/* クラブアイテム*/
/* ======================================== */
.item{
  padding: 3rem 0;
  border-bottom: 1px solid rgb(135, 135, 135);
}
.club_contents{
    display: flex;
    align-items: center;
    gap:2rem;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.video{
    width: calc(100% - 40px);
    margin: 0 auto;
}
.logo{
    width: 70px;
}

.club_name{
    font-size: 2rem;
    font-weight: 900;
}
.txt_contents{
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 1rem 0 2rem;
    border-bottom: 1px solid rgb(60, 60, 60);
}
.date{
    font-size: 1.3rem;
    padding-bottom: 2rem;
}
.attention{
  font-size: 1rem;
  padding-left: 20px;
}
.game_num{
    font-size: 3rem;
}
.match{
    font-size: 1.5rem;
    font-weight: 900;
}

.read-more-2 {
    position: relative;
}

.read-more-2 p {
    display: -webkit-box;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3; /* 開く前に見せたい行数を指定 */
}

.read-more-2:has(:checked) p {
    display: block;
}

.read-more-2 p::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 100%, 1%, 0) 0,rgba(13, 13, 13, 0.186)0%,#0d0d0dc5, #0d0d0d);
    content: '';
}

.read-more-2:has(:checked) p::after {
    content: none;
}

.read-more-2 label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #cf0000;
    font-size: .8em;
}

.read-more-2 label:hover {
    color: #c7511f;
    text-decoration: underline;
    cursor: pointer;
}

.read-more-2:has(:checked) label {
    display: none;
}

.read-more-2 label::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #b6bdc3;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.read-more-2 input {
    display: none;
}


/* クラブアコーディオン */
.accordion-header {
  cursor: pointer;
  padding: 1rem 0;
  font-weight: bold;
  margin-top: 1rem;
  width: calc(100% - 40px);
  margin: 1rem auto 0;
  font-size: 1.8rem;
}

.accordion-header::after {
  content: "＋";
  float: right;
}

.accordion-header.active::after {
  content: "－";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border-top: none;
}
/* ======================================== */
/* ボタン*/
/* ======================================== */
.bt_main1,
.bt_main1:visited {
  display: block;
  margin-bottom: 7px;
  position: relative;
  background: rgb(100, 81, 27);
  background: -moz-linear-gradient(90deg, #B40000 0%, #FF0000 20%, #FF0000 80%, #B40000 99%);
  background: -webkit-linear-gradient(90deg, #B40000 0%, #FF0000 20%, #FF0000 80%, #B40000 99%);
  background: linear-gradient(90deg, #B40000 0%, #FF0000 20%, #FF0000 80%, #B40000 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#64511b", endColorstr="#64511b", GradientType=1);
  max-width: 680px;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 16px 30px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  clip-path: polygon(0% 0%, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0% 100%);

  display: flex;
  justify-content: center;
  gap: 1rem;
  text-decoration: none;
}

.bt_main1:hover {
  opacity: 0.5;
}

.icon_blank {
  width: 10px;
}

.bt_main_none,
.bt_main_none:visited {
  display: block;
  margin-bottom: 7px;
  position: relative;
  background: rgb(100, 81, 27);
  background: -moz-linear-gradient(90deg, #5c5c5c 0%, #3b3b3b 20%, #3b3b3b 80%, #5c5c5c 99%);
  background: -webkit-linear-gradient(90deg, #5c5c5c 0%, #3b3b3b 20%, #3b3b3b 80%, #5c5c5c 99%);
  background: linear-gradient(90deg, #5c5c5c 0%, #3b3b3b 20%, #3b3b3b 80%, #5c5c5c 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#64511b", endColorstr="#64511b", GradientType=1);
  max-width: 680px;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 16px 30px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  clip-path: polygon(0% 0%, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0% 100%);

  display: flex;
  justify-content: center;
  gap: 1rem;
  text-decoration: none;
}



.lh_color{
    background: -moz-linear-gradient(90deg, #8FC31F 0%, #8FC31F 20%, #8FC31F 80%, #8FC31F 99%) !important;
  background: -webkit-linear-gradient(90deg, #8FC31F 0%, #8FC31F 20%, #8FC31F 80%, #8FC31F 99%) !important;
  background: linear-gradient(90deg, #8FC31F 0%, #8FC31F 20%, #8FC31F 80%, #8FC31F 99%)!important
}
.se_color{
    background: -moz-linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%) !important;
  background: -webkit-linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%) !important;
  background: linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%)!important
}
.an_color{
    background: -moz-linear-gradient(90deg, #e81d82 0%, #E40073 20%, #E40073 80%, #e81d82 99%) !important;
  background: -webkit-linear-gradient(90deg, #E40073 0%, #E40073 20%, #E40073 80%, #e81d82 99%) !important;
  background: linear-gradient(90deg, #e81d82 0%, #E40073 20%, #E40073 80%, #e81d82 99%)!important
}
.ir_color{
  background: -moz-linear-gradient(90deg, #2166db 0%, #023893 20%, #023893 80%, #2166db 99%) !important;
  background: -webkit-linear-gradient(90deg, #2166db 0%, #023893 20%, #023893 80%, #2166db 99%) !important;
  background: linear-gradient(90deg, #2166db 0%, #023893 20%, #023893 80%, #2166db 99%)!important
}
.ub_color{
    background: -moz-linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%) !important;
  background: -webkit-linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%) !important;
  background: linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%)!important
}
.gc_color{
    background: -moz-linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%) !important;
  background: -webkit-linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%) !important;
  background: linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%)!important
}
.ka_color{
    background: -moz-linear-gradient(90deg, #b23149 0%, #811B2E 20%, #811B2E 80%, #b23149 99%) !important;
  background: -webkit-linear-gradient(90deg, #b23149 0%, #811B2E 20%, #811B2E 80%, #b23149 99%) !important;
  background: linear-gradient(90deg, #b23149 0%, #811B2E 20%, #811B2E 80%, #b23149 99%)!important
}
.ac_color{
    background: -moz-linear-gradient(90deg, #082563 0%, #030B1C 20%, #030B1C 80%, #082563 99%) !important;
  background: -webkit-linear-gradient(90deg, #082563 0%, #030B1C 20%, #030B1C 80%, #082563 99%) !important;
  background: linear-gradient(90deg, #082563 0%, #030B1C 20%, #030B1C 80%, #082563 99%)!important
}

.cj_color{
    background: -moz-linear-gradient(90deg, #F0001E 0%, #a9001f 20%, #a9001f 80%, #F0001E 99%) !important;
  background: -webkit-linear-gradient(90deg, #F0001E 0%, #a9001f 20%, #a9001f 80%, #F0001E 99%) !important;
  background: linear-gradient(90deg, #F0001E 0%, #a9001f 20%, #a9001f 80%, #F0001E 99%)!important
}

.at_color{
    background: -moz-linear-gradient(90deg, #E2000B 0%, #850018 20%, #a9001f 80%, #E2000B 99%) !important;
  background: -webkit-linear-gradient(90deg, #E2000B 0%, #a9001f 20%, #a9001f 80%, #E2000B 99%) !important;
  background: linear-gradient(90deg, #E2000B 0%, #a9001f 20%, #a9001f 80%, #E2000B 99%)!important
}
.sr_color{
    background: -moz-linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%) !important;
  background: -webkit-linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%) !important;
  background: linear-gradient(90deg, #ffe66b 0%, #ffd400 20%, #ffd400 80%, #ffe66b 99%)!important
}
.kb_color{
    background: -moz-linear-gradient(90deg, #bf0b52 0%, #8F0038 20%, #8F0038 80%, #bf0b52 99%) !important;
  background: -webkit-linear-gradient(90deg, #bf0b52 0%, #8F0038 20%, #8F0038 80%, #bf0b52 99%) !important;
  background: linear-gradient(90deg, #bf0b52 0%, #8F0038 20%, #8F0038 80%, #bf0b52 99%)!important
}
.yb_color{
    background: -moz-linear-gradient(90deg, #032182 0%, #000d36 20%, #000d36 80%, #032182 99%) !important;
  background: -webkit-linear-gradient(90deg, #032182 0%, #000d36 20%, #000d36 80%, #032182 99%) !important;
  background: linear-gradient(90deg, #032182 0%, #000d36 20%, #000d36 80%, #032182 99%)!important
}
.tg_color{
    background: -moz-linear-gradient(90deg, #F0001E 0%, #a9001f 20%, #a9001f 80%, #F0001E 99%) !important;
  background: -webkit-linear-gradient(90deg, #F0001E 0%, #a9001f 20%, #a9001f 80%, #F0001E 99%) !important;
  background: linear-gradient(90deg, #F0001E 0%, #a9001f 20%, #a9001f 80%, #F0001E 99%)!important
}
.sn_color{
    background: -moz-linear-gradient(90deg, #d2001e 0%, #a9001f 20%, #a9001f 80%, #d2001e 99%) !important;
  background: -webkit-linear-gradient(90deg, #d2001e 0%, #a9001f 20%, #a9001f 80%, #d2001e 99%) !important;
  background: linear-gradient(90deg, #d2001e 0%, #a9001f 20%, #a9001f 80%, #d2001e 99%)!important
}

.sm_color{
    background: -moz-linear-gradient(90deg, #2f67c8 0%, #1a4899 20%, #1a4899 80%, #2f67c8 99%) !important;
  background: -webkit-linear-gradient(90deg, #2f67c8 0%, #1a4899 20%, #1a4899 80%, #2f67c8 99%) !important;
  background: linear-gradient(90deg, #2f67c8 0%, #1a4899 20%, #1a4899 80%, #2f67c8 99%)!important
}

.fe_color{
    background: -moz-linear-gradient(90deg, #2f67c8 0%, #0b318f 20%, #0b318f 80%, #2f67c8 99%) !important;
  background: -webkit-linear-gradient(90deg, #2f67c8 0%, #0b318f 20%, #0b318f 80%, #2f67c8 99%) !important;
  background: linear-gradient(90deg, #2f67c8 0%, #0b318f 20%, #0b318f 80%, #2f67c8 99%)!important
}
.dd_color{
    background: -moz-linear-gradient(90deg, #E2000B 0%, #850018 20%, #a9001f 80%, #E2000B 99%) !important;
  background: -webkit-linear-gradient(90deg, #E2000B 0%, #a9001f 20%, #a9001f 80%, #E2000B 99%) !important;
  background: linear-gradient(90deg, #E2000B 0%, #a9001f 20%, #a9001f 80%, #E2000B 99%)!important
}
.ls_color{
    background: -moz-linear-gradient(90deg, #318dde 0%, #005BAC 20%, #005BAC 80%, #318dde 99%) !important;
  background: -webkit-linear-gradient(90deg, #318dde 0%, #005BAC 20%, #005BAC 80%, #318dde 99%) !important;
  background: linear-gradient(90deg, #318dde 0%, #005BAC 20%, #005BAC 80%, #318dde 99%)!important
}
.kh_color{
    background: -moz-linear-gradient(90deg, #19bddc 0%, #0088a2 20%, #0088a2 80%, #19bddc 99%) !important;
  background: -webkit-linear-gradient(90deg, #19bddc 0%, #0088a2 20%, #0088a2 80%, #19bddc 99%) !important;
  background: linear-gradient(90deg, #19bddc 0%, #0088a2 20%, #0088a2 80%, #19bddc 99%)!important
}
.oe_color{
    background: -moz-linear-gradient(90deg, #E2000B 0%, #850018 20%, #a9001f 80%, #E2000B 99%) !important;
  background: -webkit-linear-gradient(90deg, #E2000B 0%, #a9001f 20%, #a9001f 80%, #E2000B 99%) !important;
  background: linear-gradient(90deg, #E2000B 0%, #a9001f 20%, #a9001f 80%, #E2000B 99%)!important
}
.ss_color{
    background: -moz-linear-gradient(90deg, #ea5821 0%, #036eb8 20%, #036eb8 80%, #318dde 99%) !important;
  background: -webkit-linear-gradient(90deg, #318dde 0%, #036eb8 20%, #036eb8 80%, #318dde 99%) !important;
  background: linear-gradient(90deg, #318dde 0%, #036eb8 20%, #036eb8 80%, #318dde 99%)!important
}
.hd_color{
    background: -moz-linear-gradient(90deg, #ea5821 0%, #e94709 20%, #e94709 80%, #ea5821 99%) !important;
  background: -webkit-linear-gradient(90deg, #ea5821 0%, #e94709 20%, #e94709 80%, #ea5821 99%) !important;
  background: linear-gradient(90deg, #ea5821 0%, #e94709 20%, #e94709 80%, #ea5821 99%)!important
}
.sg_color{
    background: -moz-linear-gradient(90deg, #21bde3 0%, #00a6ce 20%, #00a6ce 80%, #21bde3 99%) !important;
  background: -webkit-linear-gradient(90deg, #21bde3 0%, #00a6ce 20%, #00a6ce 80%, #21bde3 99%) !important;
  background: linear-gradient(90deg, #21bde3 0%, #00a6ce 20%, #00a6ce 80%, #21bde3 99%)!important
}
.nv_color{
    background: -moz-linear-gradient(90deg, #082563 0%, #030B1C 20%, #030B1C 80%, #082563 99%) !important;
  background: -webkit-linear-gradient(90deg, #082563 0%, #030B1C 20%, #030B1C 80%, #082563 99%) !important;
  background: linear-gradient(90deg, #082563 0%, #030B1C 20%, #030B1C 80%, #082563 99%)!important
}
.rg_color{
        background: -moz-linear-gradient(90deg, #ffe66b 0%, #a58a42 20%, #a58a42 80%, #ffe66b 99%) !important;
  background: -webkit-linear-gradient(90deg, #ffe66b 0%, #a58a42 20%, #a58a42 80%, #ffe66b 99%) !important;
  background: linear-gradient(90deg, #ffe66b 0%, #a58a42 20%, #a58a42 80%, #ffe66b 99%)!important
}

.aw_color{
    background: -moz-linear-gradient(90deg, #2f67c8 0%, #0b318f 20%, #0b318f 80%, #2f67c8 99%) !important;
  background: -webkit-linear-gradient(90deg, #2f67c8 0%, #0b318f 20%, #0b318f 80%, #2f67c8 99%) !important;
  background: linear-gradient(90deg, #2f67c8 0%, #0b318f 20%, #0b318f 80%, #2f67c8 99%)!important
}

.ib_color{
    background: -moz-linear-gradient(90deg, #E2000B 0%, #850018 20%, #a9001f 80%, #E2000B 99%) !important;
  background: -webkit-linear-gradient(90deg, #E2000B 0%, #a9001f 20%, #a9001f 80%, #E2000B 99%) !important;
  background: linear-gradient(90deg, #E2000B 0%, #a9001f 20%, #a9001f 80%, #E2000B 99%)!important
}

.yw_color{
    background: -moz-linear-gradient(90deg, #8b39b8 0%, #5f1985 20%, #5f1985 80%, #8b39b8 99%) !important;
  background: -webkit-linear-gradient(90deg, #8b39b8 0%, #5f1985 20%, #5f1985 80%, #8b39b8 99%) !important;
  background: linear-gradient(90deg, #8b39b8 0%, #5f1985 20%, #5f1985 80%, #8b39b8 99%)!important
}

.ff_color{
    background: -moz-linear-gradient(90deg, rgb(156, 74, 200) 0%, #B43D9D 20%, #B43D9D 80%, rgb(156, 74, 200) 99%) !important;
  background: -webkit-linear-gradient(90deg, rgb(156, 74, 200) 0%, #B43D9D 20%, #B43D9D 80%, rgb(156, 74, 200) 99%) !important;
  background: linear-gradient(90deg, rgb(156, 74, 200) 0%, #B43D9D 20%, #B43D9D 80%, rgb(156, 74, 200) 99%)!important
}

.yw_color{
    background: -moz-linear-gradient(90deg, #009f55 0%, #006d3b 20%, #006d3b 80%, #009f55 99%) !important;
  background: -webkit-linear-gradient(90deg, #009f55 0%, #006d3b 20%, #006d3b 80%, #009f55 99%) !important;
  background: linear-gradient(90deg, #009f55 0%, #006d3b 20%, #006d3b 80%, #009f55 99%)!important
}

.fb_color{
    background: -moz-linear-gradient(90deg, #2f67c8 0%, #0b318f 20%, #0b318f 80%, #2f67c8 99%) !important;
  background: -webkit-linear-gradient(90deg, #2f67c8 0%, #0b318f 20%, #0b318f 80%, #2f67c8 99%) !important;
  background: linear-gradient(90deg, #2f67c8 0%, #0b318f 20%, #0b318f 80%, #2f67c8 99%)!important
}

.bw_color{
    background: -moz-linear-gradient(90deg, #2f67c8 0%, #0b318f 20%, #0b318f 80%, #2f67c8 99%) !important;
  background: -webkit-linear-gradient(90deg, #2f67c8 0%, #0b318f 20%, #0b318f 80%, #2f67c8 99%) !important;
  background: linear-gradient(90deg, #2f67c8 0%, #0b318f 20%, #0b318f 80%, #2f67c8 99%)!important
}

.vs_color{
    background: -moz-linear-gradient(90deg, #193485 0%, #1b2b59 20%, #1b2b59 80%, #193485 99%) !important;
  background: -webkit-linear-gradient(90deg, #193485 0%, #1b2b59 20%, #1b2b59 80%, #193485 99%) !important;
  background: linear-gradient(90deg, #193485 0%, #1b2b59 20%, #1b2b59 80%, #193485 99%)!important
}

.ns_color{
    background: -moz-linear-gradient(90deg, #009f55 0%, #006d3b 20%, #006d3b 80%, #009f55 99%) !important;
  background: -webkit-linear-gradient(90deg, #009f55 0%, #006d3b 20%, #006d3b 80%, #009f55 99%) !important;
  background: linear-gradient(90deg, #009f55 0%, #006d3b 20%, #006d3b 80%, #009f55 99%)!important
}

.bn_color{
    background: -moz-linear-gradient(90deg, #c12b30 0%, #a01e23 20%, #a01e23 80%, #c12b30 99%) !important;
  background: -webkit-linear-gradient(90deg, #c12b30 0%, #a01e23 20%, #a01e23 80%, #c12b30 99%) !important;
  background: linear-gradient(90deg, #c12b30 0%, #a01e23 20%, #a01e23 80%, #c12b30 99%)!important
}

.eo_color{
    background: -moz-linear-gradient(90deg, #ff9b29 0%, #ff8A05 20%, #ff8A05 80%, #ff9b29 99%) !important;
  background: -webkit-linear-gradient(90deg, #ff9b29 0%, #ff8A05 20%, #ff8A05 80%, #ff9b29 99%) !important;
  background: linear-gradient(90deg, #ff9b29 0%, #ff8A05 20%, #ff8A05 80%, #ff9b29 99%)!important
}

.rf_color{
    background: -moz-linear-gradient(90deg, #193485 0%, #1b2b59 20%, #1b2b59 80%, #193485 99%) !important;
  background: -webkit-linear-gradient(90deg, #193485 0%, #1b2b59 20%, #1b2b59 80%, #193485 99%) !important;
  background: linear-gradient(90deg, #193485 0%, #1b2b59 20%, #1b2b59 80%, #193485 99%)!important
}

.kv_color{
    background: -moz-linear-gradient(90deg, #E2000B 0%, #850018 20%, #a9001f 80%, #E2000B 99%) !important;
  background: -webkit-linear-gradient(90deg, #E2000B 0%, #a9001f 20%, #a9001f 80%, #E2000B 99%) !important;
  background: linear-gradient(90deg, #E2000B 0%, #a9001f 20%, #a9001f 80%, #E2000B 99%)!important
}
