@charset "UTF-8";
/* CSS Document */
.inner {
  width: 93.06%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-inner {
  width: 93.06%;
  max-width: 1024px;
  margin: 0 auto;
}

.m-inner {
  width: 93.06%;
  max-width: 960px;
  margin: 0 auto;
}

.s-inner {
  width: 93.06%;
  max-width: 560px;
  margin: 0 auto;
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
body {
  color: #1c2253;
}
body p {
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  body p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  body p {
    font-size: 24px;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.3;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp-br {
    display: block;
  }
}

#wpadminbar {
  top: 0 !important;
  bottom: auto !important;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 960px) {
  .header {
    height: 60px;
  }
}
.header_top {
  width: 93.06%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1040px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header_top {
    width: 93.06%;
    max-width: 960px;
    margin: 0 auto;
  }
}
.header h1 {
  display: inline-block;
  width: 23%;
  height: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .header h1 {
    width: 45%;
    height: 50px;
    margin-top: 5px;
  }
}
.header .top-logo {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header_nav {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .header_nav {
    display: none;
  }
}
.header_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.header_ul.sp {
  display: block;
}
.header_ul li {
  line-height: 0.8;
}
.header_ul li.sp {
  margin-top: 10px;
}
.header_ul li:not(.sp):nth-last-of-type(1),
.header_ul li:not(.sp):nth-last-of-type(2) {
  margin-left: 10px;
}
.header_ul li a {
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  color: #1c2253;
}
.header_ul li a:hover {
  opacity: 1;
  color: #9a9a9a;
}
.header_ul li a > .kana {
  font-size: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.header_ul.sp .h-link.y-icon {
  margin: 0 auto;
}
.header_ul.sp {
  padding: 0 40px;
}
.header_ul.sp li {
  border-bottom: 1px solid #1c2253;
}
.header_ul.sp li a {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.5em;
  padding: 0.5em 0 0.75em;
}
.header_ul.sp li a span:nth-of-type(1) {
  font-size: 34px;
}
.header_ul.sp li a span:nth-of-type(2) {
  font-size: 16px;
  font-style: normal;
}
.header_ul.sp li a > .kana {
  font-size: 16px;
}
.header .h-link.y-icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: #1c2253;
  border-radius: 50%;
}
.header .h-link.y-icon:hover {
  opacity: 1;
  background: #9a9a9a;
}
.header .h-link.y-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  background: #fff;
  width: 70%;
  height: 50%;
  border-radius: 30%;
}
.header .h-link.y-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  left: 53%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #1c2253;
  transition: all 0.3s;
}
.header .h-link.y-icon:hover::after {
  border-color: transparent transparent transparent #9a9a9a;
}
.header .ticket {
  padding: 0;
  width: 50px;
  transition: ease opacity 0.4s;
}
.header .ticket:hover {
  opacity: 0.5;
}
.header .openBtn {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 40px;
  top: 10px;
  right: 15px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 960px) {
  .header .openBtn {
    display: block;
  }
}
.header .openBtn .mBorder {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  height: 3px;
  border-radius: 2px;
  background: #1c2253;
  width: 60%;
  top: 10px;
}
.header .openBtn .mBorder::before {
  content: "";
  display: inline-block;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background: #1c2253;
  width: 100%;
  top: 10px;
}
.header .openBtn .mBorder::after {
  content: "";
  display: inline-block;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background: #1c2253;
  width: 100%;
  top: 20px;
}
.header .openBtn.active .mBorder {
  top: 17px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
}
.header .openBtn.active .mBorder::before {
  opacity: 0;
}
.header .openBtn.active .mBorder::after {
  top: 0;
  left: 0%;
  transform: translateY(0) rotate(90deg);
}

#g-nav {
  overflow-y: scroll;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: all 0.6s;
  transform: translateY(-100%);
}
@media screen and (max-width: 960px) {
  #g-nav {
    display: block;
  }
}
#g-nav.panelactive {
  transform: translateY(0);
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: auto;
}
#g-nav .header_ul {
  text-align: center;
}
#g-nav .snsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 40px;
}
#g-nav .snsList li {
  width: calc((100% - 64px) / 5);
}

.tit-h2 {
  display: inline-block;
  padding: 30px 0;
  text-align: center;
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 48px;
  color: #1c2253;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .tit-h2 {
    font-size: 42px;
  }
}

.tit-h2.newss {
  padding: 30px 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .tit-h2.newss {
    padding: 30px 0;
  }
}

.tit-h2 h2 > .kana {
  font-size: 0.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.key {
  max-height: 700px;
  max-width: 1440px;
  margin: 100px auto 80px auto;
}
@media screen and (max-width: 960px) {
  .key {
    margin: 60px auto 40px auto;
  }
}
.key-v {
  width: 100%;
  height: 100%;
}

#news {
  margin-bottom: 80px;
}

.news-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .news-sec {
    display: block;
  }
}
.news-tit {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .news-tit {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .news-tit .tit-h2 {
    margin-bottom: 0;
  }
}
.news-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .news-cont {
    display: block;
    width: 93.06%;
    margin: 0 auto;
  }
}
.news-art {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-art {
    display: block;
  }
}
.news-art:last-child {
  padding-bottom: 30px;
}
.news-art p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news-art p {
    margin-top: 10px;
  }
}
.news-art .nDate {
  width: 17%;
  min-width: 95px;
}
.news-art .nTitle {
  width: 82%;
  overflow-wrap: break-word;
  border-left: 3px #1c2253 solid;
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  .news-art .nTitle {
    border-left: none;
    border-bottom: 1px solid #d0d0d0;
    padding-left: 0;
    padding-bottom: 10px;
    width: 100%;
  }
}

.link {
  position: relative;
  display: block;
  width: fit-content;
  padding: 10px 60px 10px 50px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #1c2253;
  background-color: #fff;
  border: 1px solid #1c2253;
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;
}
.link:hover {
  opacity: 1;
  background: #1c2253;
  color: #fff;
}

.link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #1c2253;
  border-radius: 50%;
  vertical-align: sub;
  transition: all 0.3s;
}

.link:hover::after {
  background-color: #fff;
}

.link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 26px;
  z-index: 5;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.3s;
}

.link:hover::before {
  border-color: transparent transparent transparent #1c2253;
}

#about {
  background-image: url("../img/bg_about01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #about {
    margin-bottom: 0;
  }
}

.about-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-items: flex-end;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .about-sec {
    display: block;
  }
}
.about-cont {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  background: #fdfdfd;
  width: 31.25%;
  height: 25vw;
  max-height: 220px;
  box-shadow: 1px 1px 3px rgb(146, 145, 145);
}
@media screen and (max-width: 768px) {
  .about-cont {
    margin: 0 auto 60px auto;
    width: 300px;
    height: 260px;
  }
}
.about-art {
  position: relative;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
.about-art-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 73.33%;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-art-cont {
    margin-top: 10px;
  }
}
.about-art-cont p {
  line-height: 1.5;
  margin-bottom: 10%;
}
.about-art-cont p, .about-art-cont a {
  font-size: 12px;
}
@media screen and (min-width: 800px) {
  .about-art-cont p, .about-art-cont a {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1066.6666666667px) {
  .about-art-cont p, .about-art-cont a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about-art-cont p, .about-art-cont a {
    font-size: 16px;
  }
}
.about-art-link {
  color: #3b6ef7;
  text-decoration: underline;
}
.about-art-link:hover {
  opacity: 1;
  color: #9a9a9a;
}
.about-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .about-flex {
    font-size: 16px;
  }
}
.about-flex > p {
  margin-bottom: 5px;
  letter-spacing: normal;
}
.about-flex > p:nth-of-type(1) {
  width: 100px;
}
.about-art-cont .tt {
  text-align: center;
}
.about-art-cont .tta {
  display: inherit;
  text-align: center;
}
.about-art-cont .btnLine a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  margin: 0 auto;
  letter-spacing: 0;
  color: #1c2253;
  background-color: #ffba00;
  border-radius: 5px;
  transition: all 0.3s;
}
.about-art-cont .btnLine a::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.5em;
  background: #fff;
  border-radius: 100%;
  background-image: url("../img/arrow01.png");
  background-size: 7px 8px;
  background-repeat: no-repeat;
  background-position: left 0.45em center;
}
.about.link-base {
  padding-left: 0;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .about.link-base {
    margin-top: 50px;
    text-align: center;
  }
}

.parallel {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 150px;
  padding: 3px;
}
.parallel::before {
  transform: skewX(-30deg);
  content: ""; /*ボックスを作る*/
  position: absolute; /*ポジションで中央に配置*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; /* 親要素の後ろに来るように-1 */
  background-color: #1c2253;
}
.parallel-h3 {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 1230.7692307692px) {
  .parallel-h3 {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1384.6153846154px) {
  .parallel-h3 {
    font-size: 18px;
  }
}

.rela {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.heading {
  margin-top: 100px;
  position: relative;
  background-image: url(../img/header_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .heading {
    margin-top: 60px;
  }
}
.heading .tit-h2 {
  margin-top: 20px;
}

#newsList,
#aboutList,
#sponList,
#schedule,
#team,
#result {
  background: rgb(255, 255, 255);
  background: linear-gradient(155deg, rgb(255, 255, 255) 10%, rgb(145, 187, 212) 100%);
  padding: 80px 0;
}

.newsList,
.aboutList,
.sponList,
.schedule,
.team,
.result {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  box-shadow: 1px 1px 3px rgb(146, 145, 145);
}
.newsList-tit,
.aboutList-tit,
.sponList-tit,
.schedule-tit,
.team-tit,
.result-tit {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .newsList-tit,
  .aboutList-tit,
  .sponList-tit,
  .schedule-tit,
  .team-tit,
  .result-tit {
    font-size: 18px;
  }
}
.newsList-tit, .newsList-para,
.aboutList-tit,
.aboutList-para,
.sponList-tit,
.sponList-para,
.schedule-tit,
.schedule-para,
.team-tit,
.team-para,
.result-tit,
.result-para {
  letter-spacing: 0.03em;
}
.newsList-para p,
.aboutList-para p,
.sponList-para p,
.schedule-para p,
.team-para p,
.result-para p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.newsList .border-top,
.aboutList .border-top,
.sponList .border-top,
.schedule .border-top,
.team .border-top,
.result .border-top {
  border-top: solid 3px #1c2253;
  margin-top: 10px;
  padding: 20px 0;
}

.newsList {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .newsList {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.newsList .m-inner {
  width: 87.05%;
}
.newsList-date, .newsList-tit {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  text-align: justify;
}
.newsList-date {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.newsList-cont {
  margin-bottom: 40px;
}
.newsList .border-top.nlp > p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  text-align: justify;
}

.nl-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0 40px;
}

.border-bottom {
  display: block;
  width: 58.59%;
  height: 4px;
  background: #1c2253;
  margin: 0 auto;
}

#aboutList {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .aboutList {
    padding: 40px 0 10px 0;
  }
}
.aboutList p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}

.ab-tit {
  width: 87.05%;
  max-width: 960px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 590px) {
  .ab-tit {
    margin-bottom: 10px;
  }
}
.ab-tit-h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  width: 90%;
}
@media screen and (max-width: 590px) {
  .ab-tit-h3 {
    font-size: 18px;
  }
}

.ab-cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 87.05%;
  margin: 0 auto;
  padding: 20px 0;
}
.ab-cont::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 12em;
  border-top: 2px solid #707070;
}
@media screen and (max-width: 768px) {
  .ab-cont::before {
    width: 6em;
  }
}
.ab-cont::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 12em);
  border-top: 2px solid #d0d0d0;
}
@media screen and (max-width: 768px) {
  .ab-cont::after {
    width: calc(100% - 6em);
  }
}
@media screen and (max-width: 590px) {
  .ab-cont {
    padding: 10px 0;
  }
}
.ab-cont-sub {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 590px) {
  .ab-cont-sub {
    font-size: 12px;
  }
}
@media screen and (max-width: 333px) {
  .ab-cont-sub {
    font-size: 10px;
  }
}
.ab-cont-exp {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 590px) {
  .ab-cont-exp {
    font-size: 12px;
  }
}
@media screen and (max-width: 333px) {
  .ab-cont-exp {
    font-size: 10px;
  }
}
.ab-cont.last {
  margin-bottom: 40px;
}
.ab-cont.last::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12em;
  border-top: 2px solid #707070;
}
@media screen and (max-width: 768px) {
  .ab-cont.last::before {
    width: 6em;
  }
}
.ab-cont.last::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 12em);
  border-top: 2px solid #d0d0d0;
}
@media screen and (max-width: 768px) {
  .ab-cont.last::after {
    width: calc(100% - 6em);
  }
}

.ab.flex {
  word-wrap: break-word;
  padding: 0;
  column-gap: 6px;
  row-gap: 0;
}
.ab-bef {
  width: 12em;
}
@media screen and (max-width: 768px) {
  .ab-bef {
    width: 6em;
  }
}
.ab-aft {
  width: calc(100% - 12em);
}
.ab-aft .ab-cont-exp + * {
  margin-top: 0.4em;
}
.ab-aft.bord {
  width: 8em;
}
@media screen and (max-width: 768px) {
  .ab-aft.bord {
    width: 6em;
  }
}
.ab-aft.bord2 {
  width: calc(100% - 20em);
}
@media screen and (max-width: 768px) {
  .ab-aft.bord2 {
    width: calc(100% - 12em);
  }
}
@media screen and (max-width: 768px) {
  .ab-aft {
    width: calc(100% - 6em);
  }
}

.schedule {
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .schedule {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .schedule {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.schedule p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
.schedule-h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #1c2253;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .schedule-h2 {
    font-size: 16px;
  }
}
.schedule-tit {
  background: #9a9a9a;
  padding: 10px 10px 10px 20px;
  margin-bottom: 10px;
}
.schedule-tit p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .schedule-tit p {
    font-size: 16px;
  }
}
.schedule-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
}
.schedule-paratit-p {
  background: #d0d0d0;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  margin-right: 4px;
}
.schedule-parapara {
  background: #ededed;
}
.schedule-parapara-p {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}

.flex {
  display: flex;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 5px;
  padding-bottom: 40px;
}

.sc-feed {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(2, 49%);
  grid-template-rows: 60px 60px;
  gap: 5px 1.95%;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .sc-feed {
    display: block;
  }
}
.sc-cont {
  display: grid;
  grid-template-columns: 23.5% 1fr;
  grid-template-rows: 60px 60px;
  gap: 5px;
}
@media screen and (max-width: 960px) {
  .sc-cont {
    grid-template-rows: 60px 8px;
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .sc-cont {
    grid-template-rows: 40px 4px;
  }
}
.sc-sheet {
  background: #d0d0d0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  padding-top: 19px;
}
@media screen and (max-width: 480px) {
  .sc-sheet {
    font-size: 12px;
    padding-top: 8px;
  }
}
.sc-tcont {
  background: #ededed;
  display: grid;
  grid-template-columns: 33% 8% 6% 8% 33% 1fr;
  justify-items: center;
  align-items: center;
}
.sc-tcont > * {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .sc-tcont > * {
    font-size: 10px;
  }
}
.sc-icon .h-link.y-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #1c2253;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .sc-icon .h-link.y-icon {
    width: 25px;
    height: 25px;
  }
}
.sc-icon .h-link.y-icon:hover {
  opacity: 1;
  background: #9a9a9a;
}
.sc-icon .h-link.y-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  background: #fff;
  width: 70%;
  height: 50%;
  border-radius: 30%;
}
.sc-icon .h-link.y-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  left: 53%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #1c2253;
  transition: all 0.3s;
}
.sc-icon .h-link.y-icon:hover::after {
  border-color: transparent transparent transparent #9a9a9a;
}

.sc-tname01,
.sc-tname02 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #team,
  .team {
    padding: 40px 0;
  }
}
#team p,
.team p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.te.s-inner {
  max-width: 960px;
}
.te-flex {
  display: flex;
  column-gap: 125px;
  row-gap: 5px;
}
@media screen and (max-width: 768px) {
  .te-flex {
    display: block;
  }
}
.te-cont {
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .te-cont {
    width: 100%;
    margin-bottom: 30px;
  }
}
.te-img {
  border: solid 1px #000;
  margin-bottom: 20px;
}
.te-enc {
  position: relative;
  padding-left: 20px;
  padding-bottom: 15px;
  border-radius: 3px;
}
.te-enc::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #c9c9c9; /* 線色 */
  border-radius: 5px; /* 線幅の半分 */
  height: 100%; /* 線の長さ */
  width: 3px; /* 線幅 */
  left: 0;
}
@media screen and (max-width: 768px) {
  .te-enc::before {
    width: 5px;
  }
}
.te-tit-be, .te-para-p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .te-tit-be, .te-para-p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .te-tit-be {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .te-para-p {
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
}
.te-tit {
  padding-top: 10px;
  margin-bottom: 10px;
}
.te-tit p {
  line-height: 1.5;
}
.te-tit-ma {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .te-tit-ma {
    font-size: 16px;
  }
}
.te-tit-ma.ze {
  margin: 0;
}
.te-tit-ma-sub {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .te-tit-ma-sub {
    font-size: 14px;
  }
}
.te-para p {
  line-height: 1.5;
}

.result-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  border-left: solid 10px;
  padding: 10px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .result-tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .result-tit {
    font-size: 18px;
    border-left: solid 5px;
    padding: 10px 0 10px 10px;
  }
}
.result p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
.result p.soon {
  text-align: center;
}

.soon {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  text-align: center;
}

#finalT,
#thirdT,
#finalT2,
#thirdT2 {
  margin-bottom: 40px;
}

.final-img {
  width: 70%;
  margin: 0 auto;
}

td,
th {
  border-collapse: collapse;
  border: 1px solid #1c2253;
}

#overAll .btn_area,
#overAll2 .btn_area {
  margin-bottom: 40px;
}
#overAll .tab_btn,
#overAll2 .tab_btn {
  padding: 20px 0;
}

.ov-table,
.ov-table td,
.ov-table th {
  border: 1px solid;
  border-collapse: collapse;
}

.ov-table {
  margin-bottom: 10px;
}
.ov-table > * {
  text-align: center;
}
.ov-table .ov-sName, .ov-table .ov-tName {
  text-align: left;
  padding-left: 10px;
}
.ov-table td {
  background: #f7f7f7;
}
.ov-table .ov-sName,
.ov-table .lsd,
.ov-table .nt,
.ov-table .ee,
.ov-table .tt {
  background: #d0d0d0;
}
.ov-table td, .ov-table th {
  width: 55px;
  height: 44px;
  line-height: 1;
  vertical-align: middle;
}
.ov-table td:first-child {
  width: 35%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .ov-table td:first-child {
    width: 240px;
  }
}
.ov-table td:nth-child(2) {
  width: 5.5%;
}
.ov-table td:last-child {
  width: 7.5%;
}
.sponsor {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sponsor {
    padding-top: 40px;
  }
}
.sponsor-img {
  width: 100%;
  height: 100%;
}
.sponsor-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .sponsor-flex {
    display: block;
  }
}
.sponsor-area-tt {
  width: calc(33.3333333333% - 70px);
}
@media screen and (max-width: 768px) {
  .sponsor-area-tt {
    width: 50%;
    margin: 0 auto;
  }
}

.sponList {
  font-family: "Noto Sans JP", sans-serif;
  padding: 40px 16px 80px;
}
@media screen and (max-width: 768px) {
  .sponList {
    padding: 20px 16px 40px;
  }
}
.sponList .title {
  margin: 80px 0 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sponList .title {
    margin: 40px 0 30px;
    font-size: 16px;
  }
}
.sponList .sponsors {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sponList .sponsors {
    gap: 15px;
  }
}
.sponList .sponsors > * {
  max-width: 320px;
}

.spon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 24px;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 768px) {
  .spon-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    row-gap: 12px;
  }
}

.footer {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #171b40;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .footer-it {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
}
.footer-it-name {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer-it-name {
    font-size: 16px;
  }
}
.footer-it-post {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer-it-post {
    font-size: 12px;
  }
}
.footer p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.footer .copyright {
  text-align: center;
}
.footer .copyright small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer .copyright small {
    font-size: 10px;
  }
}
.footer .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .footer .wrap {
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
  }
}
.footer .snsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.footer .snsList li {
  width: 40px;
  height: 40px;
  margin-top: 20px;
}

/*タブ実装*/
.tab_box .btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 1px 1px 3px rgb(146, 145, 145);
  border-radius: 10px 10px 0 0;
}

.tab_box .sc.tab_btn {
  width: 25%;
  padding: 5px 0;
  color: #fff;
  background: #1c2253;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 960px) {
  .tab_box .sc.tab_btn {
    width: 50%;
  }
}

.tab_box .sc.tab_btn.rl {
  border-radius: 10px 0 0 0;
}

@media screen and (max-width: 960px) {
  .tab_box .sc.tab_btn.rr1 {
    border-radius: 0px 10px 0 0;
  }
}

.tab_box .sc.tab_btn.rr2 {
  border-radius: 0px 10px 0 0;
}
@media screen and (max-width: 960px) {
  .tab_box .sc.tab_btn.rr2 {
    border-radius: 0;
  }
}

.tab_box .sc.tab_btn.active {
  color: #ffba00;
}

.tab_box .sc.panel_area {
  padding: 0;
  width: 97%;
  margin: 0 auto;
}

.tab_box .tab_panel {
  display: none;
}

.tab_box .tab_panel.active {
  display: block;
}

.tab_box .te.tab_btn {
  border-radius: 10px 10px 0 0;
  width: 50%;
  font-size: 14px;
  color: #1c2253;
  background: #ededed;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  box-shadow: 5px 0 3px -3px rgb(146, 145, 145);
  padding: 20px 0;
}
@media screen and (min-width: 466.6666666667px) {
  .tab_box .te.tab_btn {
    font-size: 3vw;
  }
}
@media screen and (min-width: 933.3333333333px) {
  .tab_box .te.tab_btn {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .tab_box .te.tab_btn {
    padding: 15px 0;
  }
}

.tab_box .te.tab_btn:hover {
  background: #eff2f4;
}

.tab_box .te.tab_btn.active {
  color: #fff;
  background: #1c2253;
  box-shadow: none;
}

.tab_box .te.panel_area {
  padding: 0 20px;
}

.tab_box .re01.tab_btn {
  width: 188px;
  padding: 5px 0;
  color: #fff;
  background: #9a9a9a;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.tab_box .re01.tab_btn:hover {
  background-color: #dce1e4;
}

.tab_box .re01.tab_btn.active {
  color: #1c2253;
}

.tab_box .re01.panel_area {
  padding: 0 20px;
}

.tab_box .re02.tab_btn {
  width: 188px;
  padding: 5px 0;
  color: #fff;
  background: #d0d0d0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.tab_box .re02.tab_btn:hover {
  background-color: #dce1e4;
}

.tab_box .re02.tab_btn.active {
  color: #1c2253;
}

.tab_box .re02.panel_area {
  padding: 0 20px;
}

table {
  color: #1c2253;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  border-collapse: collapse;
  border: 3px solid #1c2253;
  margin-bottom: 80px;
}

.table.m-inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table.m-inner {
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .combi {
    margin-bottom: 30px;
  }
}
.combi td {
  height: 60px;
  width: 70px;
  vertical-align: middle;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .combi td {
    height: 50px;
  }
}
.combi .gname {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .combi .gname {
    width: 200px;
  }
}
.combi .glank {
  position: relative;
  width: 90px;
}
@media screen and (max-width: 768px) {
  .combi .glank {
    width: 0px;
  }
}
.combi .glank-span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #d4e5f2;
  width: 20px;
  height: 20px;
  background: #1c2253;
  border-radius: 50%;
  line-height: 1.2;
}
.combi .tlank {
  position: relative;
  width: 20px;
}
.combi .tlank-span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 51%;
  color: #1c2253;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #1c2253;
  line-height: 0.9;
}
.combi .tname {
  text-align: left;
  line-height: 1.2;
  padding-left: 5px;
}
.combi .mini {
  font-size: 12px;
}

.asa {
  position: relative;
}

.s-pasa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.gname,
.glank,
.win,
.lose,
.total,
.dsc,
.tlank {
  background: #d4e5f2;
}

.b {
  background: #d4f2f2;
}

.gname,
.glank,
.win,
.lose,
.total,
.dsc,
.tlank,
.tname {
  border-collapse: collapse;
  border: 3px solid #1c2253;
}

.wred {
  color: #ed7d7d;
}

.lblue {
  color: #3b6ef7;
}

.bgsky {
  background: #f0f8fd;
}

.example {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #1c2253 50%, #1c2253 calc(50% + 0.5px), transparent calc(50% + 1px));
}

@media screen and (max-width: 768px) {
  .overflow-x {
    overflow-x: scroll;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
}

/*タブ実装2*/
.tab_box2 .btn_area2,
.tab_box3 .btn_area3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 40px;
}
.tab_box2 .btn_area2 > p,
.tab_box3 .btn_area3 > p {
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  .tab_box2 .btn_area2 > p,
  .tab_box3 .btn_area3 > p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .tab_box2 .btn_area2 > p,
  .tab_box3 .btn_area3 > p {
    font-size: 24px;
  }
}

.tab_box2 .tab_btn2,
.tab_box3 .tab_btn3 {
  width: 25%;
  padding: 10px 0;
  color: #fff;
  background: #1c2253;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .tab_box2 .tab_btn2,
  .tab_box3 .tab_btn3 {
    width: 50%;
  }
}

.tab_box2 .tab_btn2.active,
.tab_box3 .tab_btn3.active {
  color: #ffba00;
}

.tab_box2 .tab_panel2,
.tab_box3 .tab_panel3 {
  display: none;
}

.tab_box2 .tab_panel2.active,
.tab_box3 .tab_panel3.active {
  display: block;
}

#pastPage {
  font-family: "Noto Sans JP", sans-serif;
}
#pastPage .wrap {
  padding: 90px 0;
}
#pastPage .compeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
#pastPage .compeList > * {
  width: calc((100% - 32px) / 3);
}
#pastPage .compeList > * a {
  display: block;
  padding: 1em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: solid 2px #171b40;
}

.finalArea {
  font-family: "Noto Sans JP", sans-serif;
}
.finalArea .finalMatch {
  max-width: 540px;
  margin: 0 auto;
}
.finalArea .finalMatch .semi {
  display: flex;
  justify-content: space-between;
}
.finalArea .finalMatch .semi > * {
  position: relative;
  width: calc((100% - 24px) / 2);
  padding: 0.5em 1em;
  text-align: center;
  border: solid 2px #171b40;
}
.finalArea .finalMatch .semi > *::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 24px;
  background-color: #171b40;
  transform: translate(-50%, 100%);
}
.finalArea .finalMatch .semi > *::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: calc(50% + 14px);
  height: 2px;
  background-color: #171b40;
}
.finalArea .finalMatch .semi > *:nth-of-type(1)::after {
  left: 50%;
  transform: translateY(24px);
}
.finalArea .finalMatch .semi > *:nth-of-type(2)::after {
  right: 50%;
  transform: translateY(24px);
}
.finalArea .finalMatch .semi:nth-of-type(1) {
  margin-bottom: 48px;
}
.finalArea .finalMatch .semi:nth-of-type(5) {
  margin-top: 48px;
}
.finalArea .finalMatch .semi:nth-of-type(5) > *::before {
  top: 0;
  transform: translate(-50%, -100%);
}
.finalArea .finalMatch .semi:nth-of-type(5) > *::after {
  top: 0;
}
.finalArea .finalMatch .semi:nth-of-type(5) > *:nth-of-type(1)::after {
  transform: translateY(-24px);
}
.finalArea .finalMatch .semi:nth-of-type(5) > *:nth-of-type(2)::after {
  transform: translateY(-24px);
}
.finalArea .finalMatch .final,
.finalArea .finalMatch .winner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.finalArea .finalMatch .final > *,
.finalArea .finalMatch .winner > * {
  width: calc((100% - 24px) / 2);
  padding: 0.5em 1em;
  text-align: center;
  border: solid 2px #171b40;
}
.finalArea .finalMatch .final > *:nth-of-type(2),
.finalArea .finalMatch .winner > *:nth-of-type(2) {
  padding: 0.2em 1em;
  border-top: 0;
}
.finalArea .finalMatch .final {
  position: relative;
}
.finalArea .finalMatch .final::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 28px;
  background-color: #171b40;
  transform: translate(-50%, -100%);
}
.finalArea .finalMatch .final:nth-of-type(4)::before {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.finalArea .finalMatch .winner {
  position: relative;
  margin: 30px 0;
}
.finalArea .finalMatch .winner::before, .finalArea .finalMatch .winner::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 2px;
  height: 30px;
  background-color: #171b40;
}
.finalArea .finalMatch .winner::before {
  top: 0;
  transform: translate(-50%, -100%);
}
.finalArea .finalMatch .winner::after {
  bottom: 0;
  transform: translate(-50%, 100%);
}
.finalArea .finalMatch .winner > * {
  border: double 4px #ffba00;
}
@media screen and (max-width: 768px) {
  .finalArea .finalMatch .winner > * {
    width: 100%;
    max-width: 320px;
  }
}

.thirdArea {
  font-family: "Noto Sans JP", sans-serif;
}
.thirdArea .bronzeArea {
  max-width: 540px;
  margin: 0 auto;
}
.thirdArea .bronzeArea .third {
  display: flex;
  justify-content: space-between;
}
.thirdArea .bronzeArea .third > * {
  position: relative;
  width: calc((100% - 24px) / 2);
  padding: 0.5em 1em;
  text-align: center;
  border: solid 2px #171b40;
}
.thirdArea .bronzeArea .third > *::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 24px;
  background-color: #171b40;
  transform: translate(-50%, 100%);
}
.thirdArea .bronzeArea .third > *::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: calc(50% + 14px);
  height: 2px;
  background-color: #171b40;
}
.thirdArea .bronzeArea .third > *:nth-of-type(1)::after {
  left: 50%;
  transform: translateY(24px);
}
.thirdArea .bronzeArea .third > *:nth-of-type(2)::after {
  right: 50%;
  transform: translateY(24px);
}
.thirdArea .bronzeArea .bronze {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
.thirdArea .bronzeArea .bronze > * {
  width: calc((100% - 24px) / 2);
  padding: 0.5em 1em;
  text-align: center;
  border: double 4px #af8000;
}
.thirdArea .bronzeArea .bronze > *:nth-of-type(2) {
  padding: 0.2em 1em;
  border-top: 0;
}
@media screen and (max-width: 768px) {
  .thirdArea .bronzeArea .bronze > * {
    width: 100%;
    max-width: 320px;
  }
}
.thirdArea .bronzeArea .bronze::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 28px;
  background-color: #171b40;
  transform: translate(-50%, -100%);
}/*# sourceMappingURL=style.css.map */