@charset "UTF-8";
.site-header {
  top: 0;
}

.site-header.header_spbnr {
  top: 0;
}

.site-spbnr {
  display: none;
}

.page-content {
  padding-top: 65px;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", arial, "Lucida Sans", "メイリオ", Meiryo, "Osaka", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  min-width: 1160px !important;
}
.page-content * {
  box-sizing: border-box;
}

.header-games {
  padding: 9px 0;
  background: #2caacc;
}
.header-games > .inner {
  display: flex;
  justify-content: flex-start;
  width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}
.header-games > .inner .date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  text-align: center;
  background-color: #ededed;
}
.header-games > .inner .date p {
  font-weight: bold;
}
.header-games > .inner .gamelist {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-games > .inner .gamelist li {
  padding: 3px 12px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}
.header-games > .inner .gamelist li:nth-child(5) {
  padding-right: 0;
}
.header-games > .inner .gamelist li:nth-child(5)::after {
  display: none;
}
.header-games > .inner .gamelist li::after {
  content: "";
  width: 1px;
  height: 35px;
  margin-left: 12px;
  background-color: #cfcfcf;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-games > .inner .gamelist li a {
  display: block;
  text-decoration: none;
  color: #1a1a1a;
}
.header-games > .inner .gamelist li h3 {
  font-size: 1.6rem;
}
.header-games > .inner .gamelist li .status {
  margin-top: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
}
.header-games > .inner .gamelist li .status.-kagawa {
  background-color: #418942;
}
.header-games > .inner .gamelist li .status.-okayama {
  background-color: #2d63ad;
}
.header-games > .inner .gamelist li .score {
  font-size: 1.8rem;
}

.mv {
  text-align: center;
  background: linear-gradient(to right, #dbeff3 0%, #dbeff3 50%, #a9d2e7 50%, #a9d2e7 100%);
  overflow: hidden;
}
.mv .inner_a {
  position: relative;
  height: 470px;
  margin: 0 auto;
}
.mv .inner_a .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*
.page-second {
  .mv {
    height: 200px;
    padding-top: 30px;
    background-position: 50%;

    div:nth-of-type(1) img {
      width: 400px;
      height: auto;
    }
    div:nth-of-type(2) {
      margin-top: -10px;
      img {
        width: 400px;
        height: auto;
      }
    }
  }
}
*/
.contentnav {
  width: 100%;
  min-width: 1100px;
  text-align: center;
  background-color: #fff;
  position: sticky;
  top: var(--HeaderHeight);
  z-index: 3;
}
.contentnav.opnavi {
  top: 0;
}
.contentnav .list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.contentnav .list > li {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  /*
       &:last-child {
         width: 40px;
         padding: 10px 0; 
       }
  */
}
.contentnav .list > li a {
  display: block;
  padding: 20px 25px 20px;
  text-decoration: none;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 1.8rem;
  /*transition: all .2s ease;*/
  border-bottom: 6px solid #fff;
}
.contentnav .list > li.active > a {
  /*border-bottom: 6px solid #63c7bf;*/
}
.contentnav .list > li.active > a li a {
  color: #fff;
  background-color: transparent;
}
.contentnav .list > li.active > a li a:hover {
  color: #2099c2;
  background-color: #fff;
}
.contentnav .list > li:not(.firstlevel) a:hover {
  border-bottom: 6px solid #63c7bf;
}
.contentnav .list > li > a {
  display: block;
}
.contentnav .list > li .secondlevel {
  position: absolute;
  top: 80px;
  width: 100%;
  background: #fff;
  /*border-bottom: 1px solid #fff;*/
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  box-shadow: 0 5px 10px -5px #000;
}
.contentnav .list > li .secondlevel li {
  border-top: 1px solid #ddd;
}
.contentnav .list > li .secondlevel a {
  padding: 5px 0;
  border-bottom: none;
}
.contentnav .list > li .secondlevel a:hover {
  color: #fff;
  background-color: #63c7bf;
  border-radius: 0;
}
.contentnav .list > li.firstlevel:hover .secondlevel {
  top: 80px;
  visibility: visible;
  opacity: 1;
}

.content-bg {
  padding-top: 60px;
  padding-bottom: 0px;
  background: url(../img/bg_content.jpg) no-repeat center top #00a9fe;
  background-size: cover;
  background-attachment: fixed;
}
.content-bg > .ad-superbnr:first-child {
  margin-top: -30px;
}
.content-bg > .ad-superbnr:nth-of-type(2) {
  margin-top: 30px;
}

.sectionbase {
  width: 1100px;
  margin: 60px auto 0;
  padding: 50px 60px 60px 60px;
  /*background-color: rgba(255, 255, 255, 0.95);*/
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  position: relative;
  /*
  &::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background-color: $colorBlue;
    position: absolute;
    left: 50%;
    top: 0;
  }*/
}

/*
.hl2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: $colorNavy;
  line-height: 1;

  &::after {
    content: attr(data-en);
    display: block;
    margin-top: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: $colorBlue;
    letter-spacing: -1px;
    line-height: 1;
  }

  .areaname {
    display: block;
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
}
*/
.midashi_h2 {
  text-align: center;
}
.midashi_h2 img {
  width: 514px;
  height: auto;
}

/*
.midashi_h3
{
  position: relative;
	margin-bottom: 60px;
}

.midashi_h3 span {
  display: inline-block;
  padding: 16px 70px 20px 60px;
  color: #fff;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.0;
  background: #2099c2;
  -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  clip-path: polygon(0% 0, 100% 0, 92% 100%, 8% 100%);
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
*/
.midashi_h3 {
  position: relative;
  color: #2099c2;
  font-size: 200%;
  text-align: center;
  margin-bottom: 80px;
}

.midashi_h3::before {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 80px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 5px dotted #2099c2;
}

.hl3 {
  margin-top: 60px;
  padding: 10px 0 10px;
  text-align: center;
  border-top: 3px solid #246892;
  border-bottom: 3px solid #246892;
  line-height: 1.4;
  font-weight: bold;
  font-size: 3.2rem;
  color: #246892;
}
.hl3 span {
  font-size: 1.6rem;
  display: block;
}

.btnbox + .hl3 {
  margin-top: 80px !important;
}

.btnbox {
  text-align: center;
}
.btnbox p {
  display: inline-block;
}
.btnbox p:not(:first-child) {
  margin-left: 75px;
}
.btnbox p a {
  display: block;
  width: 400px;
  padding: 11px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #0073bc;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 4px solid #0073bc;
  border-bottom: 9px solid #0073bc;
  border-radius: 50px;
  transition: all 0.3s;
}
.btnbox p a:hover {
  color: #fff;
  background-color: #0073bc;
}
.btnbox.-long p a {
  width: 640px;
}

.bnrlist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*width: 1140px;*/
  width: 1100px;
  margin: 0 auto;
  margin-top: 60px;
  gap: 40px;
}
.bnrlist li {
  /*margin: 0 20px 40px;*/
  width: 300px;
  height: 250px;
  border: 20px solid rgba(255, 255, 255, 0.8);
  box-sizing: content-box;
}

/* ================================================================================================================================================== */
.page-index {
  /* -------------------------------------------------------- */
  /* -------------------------------------------------------- */
  /* -------------------------------------------------------- */
  /* -------------------------------------------------------- */
  /* -------------------------------------------------------- */
  /* -------------------------------------------------------- */
  /* -------------------------------------------------------- */
  /* -------------------------------------------------------- */
}
.page-index .news {
  margin-top: 0;
  margin-bottom: 60px;
}
.page-index .news ul {
  margin-top: 60px;
  border-bottom: 1px dotted #2099c2;
}
.page-index .news li {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 8px;
  border-top: 1px dotted #2099c2;
}
.page-index .news li time {
  margin-right: 30px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #b2b2b2;
}
.page-index .news li a {
  color: #1a1a1a;
  text-decoration: none;
}
.page-index .todaysgame {
  position: relative;
  margin-top: 0;
  margin-bottom: 60px;
  /*
   .hl2 > div {
     display: inline-block;
     margin-top: 15px;
     padding: 4px 25px;
     font-size: 1.8rem;
     color: #fff;
     background-color: $colorNavy;

     span {
       font-size: 2.3rem;
     }

   }*/
}
.page-index .todaysgame .text_today {
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 0;
  padding: 0 25px 10px 20px;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", arial, "Lucida Sans", "メイリオ", Meiryo, "Osaka", sans-serif;
  color: #27a9e6;
  font-size: 180%;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  border-bottom: 2px solid #27a9e6;
}
.page-index .todaysgame .text_today span {
  font-size: 150%;
}
.page-index .todaysgame .areabox {
  margin: 60px 0 40px;
  padding: 30px 20px 30px;
}
.page-index .todaysgame .areabox.-okayama {
  background-color: #2d63ad;
}
.page-index .todaysgame .areabox.-kagawa {
  background-color: #418942;
}
.page-index .todaysgame .areabox.-kagawa .gamelist li::after {
  border-color: transparent transparent #418942 transparent;
}
.page-index .todaysgame .areabox .areaname {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", arial, "Lucida Sans", "メイリオ", Meiryo, "Osaka", sans-serif;
}
.page-index .todaysgame .areabox .areaname strong {
  padding-bottom: 5px;
}
.page-index .todaysgame .areabox .areaname::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: url(../img/icon_ball.svg) no-repeat;
  background-size: cover;
}
.page-index .todaysgame .areabox .areaname::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  background: url(../img/icon_ball.svg) no-repeat;
  background-size: cover;
}
.page-index .todaysgame .areabox .text-nogame {
  margin: 40px auto 20px;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}
.page-index .todaysgame .gamelist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.page-index .todaysgame .gamelist::after {
  content: "";
  width: 460px;
  display: block;
}
.page-index .todaysgame .gamelist li {
  width: 460px;
  margin: 20px 0 0;
  text-align: center;
  position: relative;
}
.page-index .todaysgame .gamelist li.text-nogame {
  width: 100%;
  margin: 40px auto 20px;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}
.page-index .todaysgame .gamelist li.text-nogame::after {
  display: none;
}
.page-index .todaysgame .gamelist li.-nolink {
  display: block;
  padding: 15px 5px 5px;
  text-decoration: none;
  background-color: #fff;
}
.page-index .todaysgame .gamelist li.-nolink::after {
  display: none;
}
.page-index .todaysgame .gamelist li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #2d63ad transparent;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.page-index .todaysgame .gamelist li .status {
  display: inline-block;
  width: 90%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.page-index .todaysgame .gamelist li .status.-now {
  background-color: #e65339;
}
.page-index .todaysgame .gamelist li .status.-end {
  background-color: #8f8f8f;
}
.page-index .todaysgame .gamelist li .status.-etc {
  background-color: #8f8f8f;
}
.page-index .todaysgame .gamelist li .status.-before {
  background-color: #8f8f8f;
}
.page-index .todaysgame .gamelist li .status.-restart span {
  font-size: 1.3rem;
  font-weight: normal;
}
.page-index .todaysgame .gamelist li h3 {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #1a1a1a;
}
.page-index .todaysgame .gamelist li .team {
  display: inline-block;
  width: 48%;
  text-align: left;
}
.page-index .todaysgame .gamelist li .team:first-child {
  text-align: right;
}
.page-index .todaysgame .gamelist li .team:first-child .score {
  padding: 0 0.24em 0 0.2em;
}
.page-index .todaysgame .gamelist li .score {
  padding: 0 0.2em 0 0.24em;
  font-size: 2.2rem;
}
.page-index .todaysgame .gamelist li a {
  display: block;
  padding: 15px 5px 5px;
  text-decoration: none;
  background-color: #fff;
}
.page-index .teams {
  margin-bottom: 60px;
}
.page-index .teams .areabox {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.page-index .sns .timeline {
  width: 600px;
  height: 600px;
  margin: 60px auto 0;
  border: 1px solid #f5f5f5;
  box-shadow: 5px 5px 20px #ccc;
}
.page-index .support .bnr_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.page-index .support .bnr_list li {
  margin-right: 40px;
  width: 300px;
  border: 1px solid #ccc;
}
.page-index .support .bnr_list li img {
  width: 100%;
}
.page-index .support .bnr_list li a:hover {
  opacity: 0.5;
}
.page-index .support .bnr_list li:nth-child(3n) {
  margin-right: 0px;
}
.page-index .support .bnr_list li:nth-child(n+4) {
  margin-top: 40px;
}
.page-index .winners {
  margin-top: 0;
  margin-bottom: 60px;
}
.page-index .winners .areabox {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.page-index .winners .areabox a {
  background: #fff;
  display: block;
}
.page-index .winners .areabox a:hover img {
  filter: opacity(0.8) drop-shadow(0 0 0 white);
}
.page-index .winners .areabox img {
  transition: all 0.2s;
}
.page-index .schedule .schedule_table {
  margin-top: 50px;
  border-collapse: separate;
  border-spacing: 10px;
  font-size: 120%;
  text-align: center;
  background: #e6e6e6;
}
.page-index .schedule .schedule_table .t_head th {
  padding: 10px 0;
  color: #fff;
  background: #2099c2;
}
.page-index .schedule .schedule_table td {
  padding: 20px 0;
  color: #1a1a1a;
  font-size: 120%;
  background: #fff;
}
.page-index .schedule .schedule_table td span {
  font-size: 80%;
}
.page-index .schedule .schedule_table .t_okayama .category {
  color: #fff;
  background: #2d63ad;
}
.page-index .schedule .schedule_table .t_kagawa .category {
  color: #fff;
  background: #418942;
}
.page-index .schedule .ex_btn_box {
  margin-top: 60px;
  padding: 40px;
  background: #2099c2;
}
.page-index .schedule .ex_btn_box .title_text {
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.page-index .schedule .ex_btn_box .btnbox {
  margin-top: 40px;
}
.page-index .schedule .ex_btn_box .btnbox p:not(:first-child) {
  margin-left: 40px;
}
.page-index .schedule .ex_btn_box .btnbox a {
  border: none;
}
.page-index .schedule .ex_btn_box .btnbox p:nth-of-type(1) a {
  color: #2d63ad;
}
.page-index .schedule .ex_btn_box .btnbox p:nth-of-type(1) a:hover {
  background: #2d63ad;
  color: #fff;
}
.page-index .schedule .ex_btn_box .btnbox p:nth-of-type(2) a {
  color: #418942;
}
.page-index .schedule .ex_btn_box .btnbox p:nth-of-type(2) a:hover {
  background: #418942;
  color: #fff;
}

/* ================================================================================================================================================== */
.ex_topics {
  margin-top: -60px;
  margin-bottom: 60px;
  padding: 60px 0 90px;
  background: #fff;
}
.ex_topics .sectionbase {
  width: 1100px;
  margin: 0 auto;
  padding: 0px;
}
.ex_topics .ex_topics_box {
  display: flex;
  justify-content: space-between;
}
.ex_topics .ex_topics_box .left_box .ex_topics_text_01 {
  width: 520px;
}
.ex_topics .ex_topics_box .right_box .ex_topics_image_01 {
  width: 580px;
}

/* -------------------------------------------------------- */
.ex_section_box .onair_uchiwa .uchiwa_box {
  display: flex;
  justify-content: space-between;
}
.ex_section_box .onair_uchiwa .uchiwa_box .left_box .uchiwa_text {
  width: 520px;
  height: auto;
}
.ex_section_box .onair_uchiwa .uchiwa_box .right_box .uchiwa_image {
  margin-right: 20px;
  width: 380px;
  height: auto;
}

/* ================================================================================================================================================== */
.page-team .teams {
  margin-top: 0;
}
.page-team .teams .areabox {
  margin: 40px 0 0;
  padding: 30px 20px;
}
.page-team .teams .areabox.-okayama {
  margin-top: 60px;
  background-color: #2d63ad;
}
.page-team .teams .areabox.-kagawa {
  margin-top: 60px;
  background-color: #418942;
}
.page-team .teams .areabox.-kagawa .teamlist li a {
  background-color: #fff;
}
.page-team .teams .areabox.-kagawa .teamlist li a::after {
  border-color: transparent transparent #418942 transparent;
}
.page-team .teams .areabox.-kagawa .teamlist li a:hover {
  background-color: #418942;
}
.page-team .teams .areabox.-kagawa .teamlist li a:hover::after {
  border-color: transparent transparent #fff transparent;
}
.page-team .teams .areabox .areaname {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.page-team .teams .areabox .areaname strong {
  padding-bottom: 5px;
}
.page-team .teams .areabox .areaname::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: url(../img/icon_ball.svg) no-repeat;
  background-size: cover;
}
.page-team .teams .areabox .areaname::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  background: url(../img/icon_ball.svg) no-repeat;
  background-size: cover;
}
.page-team .teams .teamlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% + 10px);
  margin-top: 20px;
}
.page-team .teams .teamlist li {
  width: calc(20% - 10px);
  margin: 10px 10px 0 0;
  text-align: center;
  position: relative;
}
.page-team .teams .teamlist li:nth-child(5n) {
  margin-right: 0;
}
.page-team .teams .teamlist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 5px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  color: #1a1a1a;
  background-color: #fff;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.page-team .teams .teamlist li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #2d63ad transparent;
  position: absolute;
  bottom: 4px;
  right: 4px;
  transition: all 0.3s;
}
.page-team .teams .teamlist li a:hover {
  color: #fff;
  background-color: #2d63ad;
}
.page-team .teams .teamlist li a:hover::after {
  border-color: transparent transparent #fff transparent;
}
.page-team .teams.-detail {
  margin-top: 0;
  padding-bottom: 90px;
}
.page-team .teams.-detail .info {
  display: flex;
  align-items: center;
}
.page-team .teams.-detail .info li {
  display: flex;
  align-items: center;
  margin: 0 55px 0 0;
}
.page-team .teams.-detail .info li span:first-child {
  padding: 5px 35px;
  font-weight: bold;
  color: #fff;
  background-color: #2099c2;
}
.page-team .teams.-detail .info li span:last-child {
  padding: 5px 0 5px 13px;
}
.page-team .teams.-detail .schoolname {
  margin: 60px auto 40px;
  padding: 20px 0;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1;
  background-color: #418942;
}
.page-team .teams.-detail .schoolname.-okayama {
  background-color: #2d63ad;
}
.page-team .teams.-detail .photo {
  margin-top: 40px;
  padding: 7px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.page-team .teams.-detail .photo img {
  width: 100%;
  height: auto;
}
.page-team .teams.-detail .playergraph {
  width: 100%;
  margin-top: 40px;
}
.page-team .teams.-detail .playergraph th {
  padding: 6px 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  color: #fff;
  background-color: #2099c2;
  border-left: 2px solid rgba(255, 255, 255, 0.95);
  border-right: 2px solid rgba(255, 255, 255, 0.95);
}
.page-team .teams.-detail .playergraph th span {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.page-team .teams.-detail .playergraph tbody tr {
  background-color: #ebeff1;
}
.page-team .teams.-detail .playergraph tbody tr:nth-child(even) {
  background-color: #d7dee3;
}
.page-team .teams.-detail .playergraph tbody td {
  padding: 15px 0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  border-left: 2px solid rgba(255, 255, 255, 0.95);
  border-right: 2px solid rgba(255, 255, 255, 0.95);
}
.page-team .teams.-detail .text-modified {
  margin-top: 10px;
  text-align: right;
  font-size: 1.4rem;
}
.page-team .teams.-detail .note {
  color: #1a1a1a;
  font-size: 1.4rem;
}
.page-team .teams.-detail .mygamelist {
  margin: 30px auto 60px;
  padding: 0 20px 30px;
  background: #2caacc;
}
.page-team .teams.-detail .mygamelist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-team .teams.-detail .mygamelist ul::after {
  content: "";
  width: calc(50% - 10px);
  background-color: transparent;
}
.page-team .teams.-detail .mygamelist ul.-kagawa .item::after {
  border-color: transparent transparent #418942 transparent;
}
.page-team .teams.-detail .mygamelist ul.-okayama .item::after {
  border-color: transparent transparent #2d63ad transparent;
}
.page-team .teams.-detail .mygamelist ul .item {
  width: calc(50% - 10px);
  margin-top: 20px;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.page-team .teams.-detail .mygamelist ul .item.-nolink {
  display: block;
  padding: 15px 5px 5px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
}
.page-team .teams.-detail .mygamelist ul .item.-nolink::after {
  display: none;
}
.page-team .teams.-detail .mygamelist ul .item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #2d63ad transparent;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.page-team .teams.-detail .mygamelist ul .item .status {
  display: inline-block;
  width: 90%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #e65339;
}
.page-team .teams.-detail .mygamelist ul .item .status.-end {
  background-color: #2099c2;
}
.page-team .teams.-detail .mygamelist ul .item h3 {
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  color: #1a1a1a;
}
.page-team .teams.-detail .mygamelist ul .item .team {
  display: inline-block;
  width: 48%;
  text-align: left;
}
.page-team .teams.-detail .mygamelist ul .item .team:first-child {
  text-align: right;
}
.page-team .teams.-detail .mygamelist ul .item .team:first-child .score {
  padding: 0 0.24em 0 0.2em;
}
.page-team .teams.-detail .mygamelist ul .item .score {
  padding: 0 0.2em 0 0.24em;
  font-size: 2.2rem;
}
.page-team .teams.-detail .mygamelist ul .item a {
  display: block;
  padding: 15px 5px 5px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
}
.page-team .teams.-detail .mygamelist .past_btn {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.page-team .teams.-detail .mygamelist .past_btn p {
  margin: 0 20px;
}
.page-team .teams.-detail .mygamelist .past_btn a {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  width: 400px;
  color: #000;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: #fff;
  border-radius: 100px;
}
.page-team .teams.-detail .mygamelist .past_btn a:hover {
  color: #fff;
  background: #0073bc;
}
.page-team .teams.-detail .btnbox {
  margin-top: 60px;
}
.page-team .teams.-detail + .ad-superbnr {
  margin-top: 60px;
}

/* ================================================================================================================================================== */
.page-game {
  /* -------------------------------------------------------- */
}
.page-game .games {
  margin-top: 0;
}
.page-game .games.-detail .titlebox {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 10px 0 10px;
  text-align: center;
  border-top: 3px solid #246892;
  border-bottom: 3px solid #246892;
}
.page-game .games.-detail .titlebox .info {
  font-weight: bold;
  font-size: 2.4rem;
  color: #246892;
}
.page-game .games.-detail .titlebox h1 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1.4;
  font-weight: bold;
  font-size: 3.2rem;
  color: #246892;
  margin: 15px 0 10px;
}
.page-game .games.-detail .titlebox h1 .firstname {
  width: 320px;
  text-align: center;
  background: #ebeff1;
}
.page-game .games.-detail .titlebox h1 .secondname {
  width: 320px;
  text-align: center;
  background: #ebeff1;
}
.page-game .games.-detail .titlebox h1 .text {
  width: 8%;
  font-size: 2.4rem;
}
.page-game .games.-detail .schead_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-game .games.-detail .gameinfo {
  display: flex;
  align-items: center;
}
.page-game .games.-detail .gameinfo .coldinfo {
  margin-left: 20px;
  font-weight: bold;
  color: #246892;
}
.page-game .games.-detail .statuslabel {
  display: inline-block;
  padding: 6px 40px;
  line-height: 1;
  font-weight: bold;
  color: #246892;
  border: 1px solid #246892;
}
.page-game .games.-detail .statuslabel.-now {
  color: #fff;
  background-color: #e65339;
  border-color: #e65339;
}
.page-game .games.-detail .statuslabel.-restart {
  padding: 6px 25px;
}
.page-game .games.-detail .statuslabel.-restart span {
  font-size: 1.4rem;
}
.page-game .games.-detail .text-startbefore {
  color: #ff0000;
  margin-left: 10px;
  font-size: 1.4rem;
}
.page-game .games.-detail .scoregraph {
  width: 100%;
  margin-top: 15px;
}
.page-game .games.-detail .scoregraph thead th {
  min-width: 1em;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  background-color: #2099c2;
  border: 1px solid #fff;
  /*&:not(:first-child) {
    letter-spacing: -0.1em;
  }*/
}
.page-game .games.-detail .scoregraph thead th:not(:first-of-type):not(:last-of-type) {
  font-size: 120%;
  padding-bottom: 8px;
}
.page-game .games.-detail .scoregraph thead th:first-child {
  max-width: 278px;
}
.page-game .games.-detail .scoregraph tbody th {
  padding: 7px 0;
  text-align: center;
  background-color: #d7dee3;
  border: 1px solid #fff;
}
.page-game .games.-detail .scoregraph tbody th a {
  color: #1a1a1a;
  transition: all 0.3s;
}
.page-game .games.-detail .scoregraph tbody th a:hover {
  color: #27bce6;
}
.page-game .games.-detail .scoregraph tbody td {
  max-width: 18px;
  padding: 7px 0;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  background-color: #ebeff1;
  border: 1px solid #fff;
}
.page-game .games.-detail .scoregraph tbody td:last-child {
  font-size: 2.2rem;
  background-color: #97edef;
}
.page-game .games.-detail .scoregraph tbody td.now {
  background-color: #FEFF99;
}
.page-game .games.-detail .textmodifi {
  margin: 5px 0 0;
  text-align: right;
  font-size: 1.4rem;
}
.page-game .games.-detail .gameetc {
  display: inline-block;
  margin: 0 0 15px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.page-game .games.-detail .gameetc::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #ccc;
  z-index: -1;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.page-game .games.-detail .gamenews {
  border: 4px solid #2099c2;
  padding: 15px 20px;
  margin: 20px 0;
}
.page-game .games.-detail .note {
  font-size: 1.4rem;
}
.page-game .games.-detail .btnbox p {
  margin-top: 40px;
}
.page-game .games.-detail .reloadbtn {
  float: right;
}
.page-game .games.-detail .reloadbtn a {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 4px 20px 4px 20px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #0173bc;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  right: 0;
}
.page-game .games.-detail .reloadbtn a:hover {
  background-color: #309fe7;
}
.page-game .games.-detail .reloadbtn a:hover::before {
  transform: rotate(270deg);
}
.page-game .games.-detail .reloadbtn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 19px;
  margin-right: 10px;
  background: url(../img/icon_reload.svg) no-repeat;
  background-size: contain;
  transition: all 0.6s;
}
.page-game .games.-list .schedulebox {
  margin-top: 60px;
  padding-bottom: 50px;
}
.page-game .games.-list .schedulebox.-kagawa {
  background-color: #418942;
}
.page-game .games.-list .schedulebox.-kagawa .daylist a {
  color: rgba(255, 255, 255, 0.25);
  background-color: #244124;
  transition: all 0.3s;
}
.page-game .games.-list .schedulebox.-kagawa .daylist a:hover, .page-game .games.-list .schedulebox.-kagawa .daylist a.active {
  color: #fff;
  background-color: #418942;
}
.page-game .games.-list .schedulebox.-kagawa h2 span {
  color: #418942;
}
.page-game .games.-list .schedulebox.-kagawa .gamelist li::after {
  border-color: transparent transparent #418942 transparent;
}
.page-game .games.-list .schedulebox.-okayama {
  background-color: #2d63ad;
}
.page-game .games.-list .schedulebox.-okayama .daylist a {
  color: rgba(255, 255, 255, 0.25);
  background-color: #1d3350;
  transition: all 0.3s;
}
.page-game .games.-list .schedulebox.-okayama .daylist a:hover, .page-game .games.-list .schedulebox.-okayama .daylist a.active {
  color: #fff;
  background-color: #2d63ad;
}
.page-game .games.-list .schedulebox.-okayama h2 span {
  color: #2d63ad;
}
.page-game .games.-list .schedulebox.-okayama .gamelist li::after {
  border-color: transparent transparent #2d63ad transparent;
}
.page-game .games.-list .schedulebox .daylist {
  padding: 20px 20px 0;
  background-color: #fff;
  box-shadow: inset 3px 3px 15px #d1d0d0, inset -3px 3px 15px #d1d0d0;
}
.page-game .games.-list .schedulebox .daylist a {
  display: block;
  padding: 13px 8px 11px;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
}
.page-game .games.-list .schedulebox .daylist a span {
  display: block;
  margin-top: 3px;
  font-size: 1.3rem;
}
.page-game .games.-list .schedulebox .daylist a span::before {
  content: "(";
}
.page-game .games.-list .schedulebox .daylist a span::after {
  content: ")";
}
.page-game .games.-list .schedulebox h2 {
  margin: 45px 0 40px;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
}
.page-game .games.-list .schedulebox h2 span {
  display: inline-block;
  margin-top: -7px;
  margin-right: 15px;
  padding: 1px 25px;
  font-size: 2.4rem;
  background-color: #fff;
  vertical-align: middle;
}
.page-game .games.-list .schedulebox .placegroup {
  margin: 50px 50px 0;
}
.page-game .games.-list .schedulebox .placegroup .placename {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
}
.page-game .games.-list .schedulebox .gamelist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.page-game .games.-list .schedulebox .gamelist::after {
  content: "";
  width: 430px;
  display: block;
}
.page-game .games.-list .schedulebox .gamelist li {
  width: 430px;
  margin: 20px 0 0;
  text-align: center;
  position: relative;
}
.page-game .games.-list .schedulebox .gamelist li.-nolink {
  display: block;
  padding: 15px 5px 5px;
  text-decoration: none;
  background-color: #fff;
}
.page-game .games.-list .schedulebox .gamelist li.-nolink::after {
  display: none;
}
.page-game .games.-list .schedulebox .gamelist li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.page-game .games.-list .schedulebox .gamelist li .status {
  display: inline-block;
  width: 90%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.page-game .games.-list .schedulebox .gamelist li .status.-now {
  background-color: #e65339;
}
.page-game .games.-list .schedulebox .gamelist li .status.-end {
  background-color: #8f8f8f;
}
.page-game .games.-list .schedulebox .gamelist li .status.-etc {
  background-color: #8f8f8f;
}
.page-game .games.-list .schedulebox .gamelist li .status.-before {
  background-color: #8f8f8f;
}
.page-game .games.-list .schedulebox .gamelist li .status.-restart span {
  font-size: 1.3rem;
  font-weight: normal;
}
.page-game .games.-list .schedulebox .gamelist li h3 {
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  color: #1a1a1a;
}
.page-game .games.-list .schedulebox .gamelist li .team {
  display: inline-block;
  width: 48%;
  text-align: left;
}
.page-game .games.-list .schedulebox .gamelist li .team:first-child {
  text-align: right;
}
.page-game .games.-list .schedulebox .gamelist li .team:first-child .score {
  padding: 0 0.24em 0 0.2em;
}
.page-game .games.-list .schedulebox .gamelist li .score {
  padding: 0 0.2em 0 0.24em;
  font-size: 2.2rem;
}
.page-game .games.-list .schedulebox .gamelist li a {
  display: block;
  padding: 15px 5px 5px;
  text-decoration: none;
  background-color: #fff;
}
.page-game .games.-list .schedulebox .textrelease {
  margin: 60px 60px 0;
  padding: 60px 0;
  text-align: center;
  background-color: #fff;
}
.page-game .games.-list .schedulebox .textrelease p {
  font-size: 3rem;
  font-weight: bold;
  color: #1a1a1a;
}

/* ================================================================================================================================================== */
.onair {
  margin-top: 0;
  padding-bottom: 0;
}
.onair .newspark {
  margin-top: 60px;
}
.onair .newspark .programdetail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.onair .newspark .programdetail .logo {
  width: 300px;
  margin-right: 45px;
}
.onair .newspark .programdetail .logo .date {
  margin-top: 20px;
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
  background-color: #e6e6e6;
}
.onair .newspark .programdetail .text {
  font-weight: bold;
  line-height: 2;
}
.onair .newspark .caster {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.onair .newspark .caster li {
  display: flex;
  width: 470px;
  font-weight: bold;
  position: relative;
}
.onair .newspark .caster li img {
  position: absolute;
  bottom: 0;
}
.onair .newspark .caster li p {
  width: 285px;
}
.onair .newspark .caster li:first-child {
  flex-direction: row-reverse;
  background-color: #f2f294;
}
.onair .newspark .caster li:first-child img {
  left: 20px;
}
.onair .newspark .caster li:first-child p {
  margin: 15px 20px 15px 0;
}
.onair .newspark .caster li:last-child {
  background-color: #a2ebea;
}
.onair .newspark .caster li:last-child img {
  right: 4px;
}
.onair .newspark .caster li:last-child p {
  margin: 20px 0 0 15px;
}
.onair .newspark .btnbox {
  margin-top: 60px;
}
.onair .newspark .btnbox .btn_end {
  display: block;
  width: 640px;
  padding: 11px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #999;
  text-align: center;
  text-decoration: none;
  background-color: #e9e9e9;
  border: 4px solid #999;
  border-bottom: 9px solid #999;
  border-radius: 50px;
}
.onair .ouen_box {
  margin-top: 80px;
}
.onair .ouen_box .text_main {
  margin-bottom: 40px;
  text-align: center;
}
.onair .ouen_box .text_main img {
  margin: 0 auto;
}
.onair .ouen_box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  background: #e4effa;
}
.onair .ouen_box li:nth-child(n+2) {
  margin-top: 40px;
}
.onair .ouen_box li .contents_image {
  width: 400px;
}
.onair .ouen_box li .contents_image img {
  width: 100%;
}
.onair .ouen_box li .contents_text {
  width: 580px;
  padding: 0 40px;
}
.onair .ouen_box li .contents_text strong {
  color: #1472cf;
  font-size: 150%;
  line-height: 1.4;
}
.onair .ouen_box li .contents_text p {
  margin-top: 10px;
}
.onair .ouen_box .btnbox {
  margin-top: 50px;
}
.onair .ouen_box .btnbox .btn_end {
  display: block;
  width: 640px;
  padding: 11px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #999;
  text-align: center;
  text-decoration: none;
  background-color: #e9e9e9;
  border: 4px solid #999;
  border-bottom: 9px solid #999;
  border-radius: 50px;
}
.onair .contents_box {
  margin-top: 80px;
}
.onair .contents_box .text_main {
  margin-bottom: 40px;
  text-align: center;
}
.onair .contents_box .text_main img {
  margin: 0 auto;
}
.onair .contents_box .contents_list {
  display: flex;
  justify-content: space-between;
}
.onair .contents_box .contents_list li {
  width: 300px;
  background: #f9eff3;
}
.onair .contents_box .contents_list li .contents_image {
  width: 300px;
}
.onair .contents_box .contents_list li .contents_image img {
  width: 100%;
}
.onair .contents_box .contents_list li .contents_text {
  width: 300px;
  padding: 20px 25px 25px;
}
.onair .contents_box .contents_list li .contents_text strong {
  color: #e93f5c;
  font-size: 130%;
  line-height: 1.4;
}
.onair .contents_box .contents_list li .contents_text p {
  margin-top: 10px;
}
.onair .contents_box .btnbox {
  margin-top: 50px;
}
.onair .minogashi_box {
  margin-top: 80px;
}
.onair .minogashi_box .text_main {
  margin-bottom: 40px;
  text-align: center;
}
.onair .minogashi_box .text_main img {
  margin: 0 auto;
}
.onair .minogashi_box .text_title_sub {
  text-align: center;
}
.onair .minogashi_box .moviebox {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.onair .minogashi_box .moviebox.list::after {
  content: "";
  width: 32%;
}
.onair .minogashi_box .moviebox.list .item {
  width: 32%;
  text-align: center;
  background-color: #eaeaea;
  display: flex;
  flex-direction: column;
}
.onair .minogashi_box .moviebox.list .item > div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.onair .minogashi_box .moviebox.list .item > div iframe, .onair .minogashi_box .moviebox.list .item > div video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.onair .minogashi_box .moviebox.list .item .text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 10px 15px;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.6;
}
.onair .minogashi_box .btnbox {
  margin-top: 50px;
}
.onair .mc_box {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.onair .mc_box .text {
  width: 660px;
  line-height: 2;
  background: #f2f294;
  border-radius: 20px;
  padding: 30px 40px;
  margin-left: 20px;
  position: relative;
}
.onair .mc_box .text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50px;
  right: -30px;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #f2f294;
}
.onair .mc_box .mc_photo {
  width: 250px;
}
.onair .mc_box .mc_photo img {
  width: 100%;
}
.onair + .ad-superbnr {
  margin-top: 30px;
}
.onair.live {
  margin-top: 60px;
  padding-bottom: 60px;
}
.onair.live .text1 {
  margin-top: 35px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.onair.live .schedulebox {
  margin-top: 50px;
  padding: 30px 20px 10px;
  background-color: #2099c2;
}
.onair.live .schedulebox h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", arial, "Lucida Sans", "メイリオ", Meiryo, "Osaka", sans-serif;
}
.onair.live .schedulebox h2 strong {
  padding-bottom: 5px;
}
.onair.live .schedulebox h2::before, .onair.live .schedulebox h2::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_ball.svg) no-repeat;
  background-size: cover;
}
.onair.live .schedulebox h2::before {
  margin-right: 20px;
}
.onair.live .schedulebox h2::after {
  margin-left: 20px;
}
.onair.live .schedulebox .box {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.onair.live .schedulebox .box ul {
  width: calc(50% - 10px);
}
.onair.live .schedulebox .box ul.okayama .area {
  background-color: #2d63ad;
}
.onair.live .schedulebox .box ul.okayama .status {
  color: #2d63ad;
}
.onair.live .schedulebox .box ul.kagawa .area {
  background-color: #418942;
}
.onair.live .schedulebox .box ul.kagawa .status {
  color: #418942;
}
.onair.live .schedulebox .box ul li {
  display: flex;
  align-items: center;
  padding: 20px;
  font-weight: bold;
  background-color: #fff;
}
.onair.live .schedulebox .box ul li:first-child {
  border-bottom: 1px dotted #2099c2;
}
.onair.live .schedulebox .box ul li .box_01 {
  width: 80px;
  margin-right: 20px;
}
.onair.live .schedulebox .box ul li .box_01 .area {
  display: block;
  width: 100%;
  padding: 3px 0;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.onair.live .schedulebox .box ul li .box_01 .status {
  display: block;
  margin-top: 8px;
  width: 100%;
  font-size: 130%;
  text-align: center;
  line-height: 1;
}
.onair.live .schedulebox .box ul li .box_02 .day {
  margin-right: 5px;
  font-size: 160%;
}
.onair.live .schedulebox .box ul li .box_02 .day span {
  font-size: 70%;
  margin-left: 5px;
}
.onair.live .schedulebox .box ul li .box_02 .time {
  font-size: 160%;
}
.onair.live .schedulebox .box ul li .box_02 .time span {
  font-size: 70%;
  margin-right: 5px;
}
.onair.live .schedulebox .box ul li .box_03 {
  margin-left: auto;
  line-height: 1.2;
}
.onair.live .schedulebox .box ul li .box_03 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-bottom: 1px;
  border-radius: 100px;
}
.onair.live .schedulebox .box ul li .box_03 .type_a {
  border: 1px solid #e65339;
  color: #e65339;
}
.onair.live .schedulebox .box ul li .box_03 .type_b {
  border: 1px solid #3a99f2;
  color: #3a99f2;
}
.onair.live .schedulebox .text2 {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #fff;
}
.onair.live .text3 {
  margin-top: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.onair.live .text4 {
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
}
.onair.live .btnbox {
  margin-top: 40px;
}
.onair.live .vk_box {
  margin-top: 40px;
  padding: 20px;
  border: 4px dotted #2099c2;
  font-size: 120%;
  text-align: center;
}
.onair.live .onair_comment {
  margin-top: 60px;
}
.onair.live .onair_comment ul {
  display: flex;
  justify-content: space-between;
}
.onair.live .onair_comment ul li {
  position: relative;
  padding: 20px 25px 20px;
  width: 300px;
  border-radius: 10px;
}
.onair.live .onair_comment ul li .comment_image {
  margin: 0 auto;
  width: 180px;
  position: relative;
}
.onair.live .onair_comment ul li .comment_image img {
  position: absolute;
  bottom: 0px;
  border-radius: 0 0 100px 100px;
  width: 100%;
}
.onair.live .onair_comment ul li .comment_image::before {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 100px;
}
.onair.live .onair_comment ul li .text_name {
  margin-top: 15px;
}
.onair.live .onair_comment ul li .text_name .name {
  display: block;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}
.onair.live .onair_comment ul li .text_name .role {
  display: block;
  margin-top: 5px;
  font-size: 90%;
  text-align: center;
  line-height: 1.4;
}
.onair.live .onair_comment ul li .text_comment {
  margin-top: 25px;
  padding-top: 20px;
  font-size: 95%;
  line-height: 1.7;
  border-top: 1px dotted #000;
}
.onair.live .onair_comment ul li:nth-child(1) {
  background: #99e5ff;
}
.onair.live .onair_comment ul li:nth-child(2) {
  background: #c8e39c;
}
.onair.live .onair_comment ul li:nth-child(3) {
  background: #ffc784;
}
.onair.live .onair_uchiwa {
  margin-top: 80px;
}
.onair.live .onair_uchiwa .uchiwa_box {
  display: flex;
  justify-content: space-between;
}
.onair.live .onair_uchiwa .uchiwa_box .left_box .uchiwa_text {
  width: 520px;
  height: auto;
}
.onair.live .onair_uchiwa .uchiwa_box .right_box .uchiwa_image {
  margin-right: 20px;
  width: 380px;
  height: auto;
}
.onair.live .onair_present {
  margin-top: 60px;
  padding: 40px;
  border: 5px solid #e43c26;
  background-image: linear-gradient(45deg, #e43c26 20px, transparent 0), linear-gradient(-45deg, #e43c26 20px, transparent 0), linear-gradient(135deg, #e43c26 20px, transparent 0), linear-gradient(-135deg, #e43c26 20px, transparent 0);
}
.onair.live .onair_present .present_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ff9;
}
.onair.live .onair_present .present_box .text_box {
  padding: 30px;
  width: 620px;
}
.onair.live .onair_present .present_box .text_box strong {
  color: #e43c26;
  font-size: 130%;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.onair.live .onair_present .present_box .text_box p {
  margin-top: 10px;
}
.onair.live .onair_present .present_box .image_box {
  width: 360px;
}
.onair.live .onair_present .present_box .image_box img {
  width: 100%;
}
.onair.live .onair_present .about_box {
  margin-top: 40px;
}
.onair.live .onair_present .about_box strong {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background: #e43c26;
}

.sectionbase .ex_note {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 10px 0;
  color: #18415a;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  border-top: 5px double #18415a;
  border-bottom: 5px double #18415a;
}
.sectionbase .ex_note2 {
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 10px 0;
  color: #18415a;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  background: #e1ecf2;
}

/* -------------------------------------------------------- */
.movie_area {
  margin: 0 auto;
  margin-top: 60px;
  width: 640px;
  border: 10px solid #fff;
}
.movie_area .moviebox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.movie_area .moviebox .item {
  width: 100%;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
}
.movie_area .moviebox .item > div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_area .moviebox p {
  margin-top: 5px;
}
.movie_area .moviebox iframe, .movie_area .moviebox video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------- */
.onair_newspark {
  margin-top: 60px;
  padding: 60px;
  background: #43aacc;
}
.onair_newspark .sectionbase {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}
.onair_newspark .sectionbase .newspark_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.onair_newspark .sectionbase .newspark_box .newspark_logo {
  width: 270px;
}
.onair_newspark .sectionbase .newspark_box .newspark_logo img {
  width: 100%;
}
.onair_newspark .sectionbase .newspark_box .newspark_time {
  padding: 10px 0;
  width: 320px;
  text-align: center;
  background: #f6efed;
}
.onair_newspark .sectionbase .newspark_box .newspark_time img {
  width: 245px;
}
.onair_newspark .sectionbase .text_box {
  padding: 60px 0 60px 60px;
  width: 700px;
}
.onair_newspark .sectionbase .text_box .img_01 {
  text-align: center;
}
.onair_newspark .sectionbase .text_box .text_01 {
  font-size: 150%;
  text-align: left;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 40px;
}
.onair_newspark .sectionbase .text_box .text_02 {
  font-size: 100%;
  text-align: left;
  line-height: 2;
  margin-top: 25px;
}
.onair_newspark .sectionbase .text_box .btnbox {
  margin-top: 60px;
}
.onair_newspark .sectionbase .img_box {
  width: 400px;
}
.onair_newspark .sectionbase .img_box img {
  width: 100%;
}

.onair_newspark2 .img_box {
  width: 400px;
  background: url(../img/onair_image2.jpg) no-repeat center bottom;
  background-size: cover;
}
.onair_newspark2 .text_box .text_01 {
  margin-top: 20px;
}

/* ================================================================================================================================================== */
.ouen {
  margin-top: 0;
}
.ouen .ouen_box {
  margin-top: 60px;
}
.ouen .ouen_box li {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.ouen .ouen_box li .contents_image {
  width: 400px;
}
.ouen .ouen_box li .contents_image img {
  width: 100%;
}
.ouen .ouen_box li .contents_text {
  width: 620px;
  padding-right: 40px;
}
.ouen .ouen_box li .contents_text strong {
  color: #1472cf;
  font-size: 150%;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", arial, "Lucida Sans", "メイリオ", Meiryo, "Osaka", sans-serif;
}
.ouen .ouen_box li .contents_text p {
  margin-top: 20px;
}
.ouen .ouen_box li .contents_text .present_text {
  margin-top: 20px;
  color: #f60;
  font-size: 105%;
  font-weight: bold;
}
.ouen .ouen_box li .contents_text .present_text .marker {
  display: inline;
  background: linear-gradient(transparent 50%, #ff9 50%);
}
.ouen .ouen_box .ouen_present {
  margin-top: 40px;
  padding: 30px;
  background: #ffff99;
  display: flex;
  justify-content: space-between;
}
.ouen .ouen_box .ouen_present .image_box {
  width: 320px;
}
.ouen .ouen_box .ouen_present .image_box img {
  width: 100%;
}
.ouen .ouen_box .ouen_present .text_box {
  width: 570px;
  display: flex;
  flex-direction: column;
}
.ouen .ouen_box .ouen_present .text_box p strong {
  color: #e43c26;
  font-size: 140%;
}
.ouen .ouen_box .ouen_present .text_box p + p {
  margin-top: 10px;
}
.ouen .ouen_box .ouen_present .text_box .present_btnbox {
  margin-top: auto;
  text-align: center;
}
.ouen .ouen_box .ouen_present .text_box .present_btnbox a {
  display: inline-block;
  padding: 15px 100px;
  background: #e43c26;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.ouen .ouen_box .ouen_present .text_box .present_btnbox a:hover {
  background: #f0801c;
}
.ouen .ouen_box .btnbox {
  margin-top: 60px;
}
.ouen .ouen_box .btnbox .btn_end {
  display: block;
  width: 640px;
  padding: 11px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #999;
  text-align: center;
  text-decoration: none;
  background-color: #e9e9e9;
  border: 4px solid #999;
  border-bottom: 9px solid #999;
  border-radius: 50px;
}

/* -------------------------------------------------------- */
.message .message-outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 5px solid #2870cf;
  border-top: none;
}
.message .message-outer div:nth-of-type(1n) .name::before {
  background-image: url(../img/ico_globe.png);
}
.message .message-outer div:nth-of-type(2n) .name::before {
  background-image: url(../img/ico_ball.png);
}
.message .message-outer div:nth-of-type(3n) .name::before {
  background-image: url(../img/ico_bat.png);
}
.message .message-outer div:nth-of-type(4n) .name::before {
  background-image: url(../img/ico_globe.png);
}
.message .message-outer div:nth-of-type(5n) .name::before {
  background-image: url(../img/ico_ball.png);
}
.message .message-outer div:nth-of-type(6n) .name::before {
  background-image: url(../img/ico_bat.png);
}
.message .message-outer div:nth-of-type(7n) .name::before {
  background-image: url(../img/ico_globe.png);
}
.message .message-outer div:nth-of-type(8n) .name::before {
  background-image: url(../img/ico_ball.png);
}
.message .message-outer div:nth-of-type(9n) .name::before {
  background-image: url(../img/ico_bat.png);
}
.message .moviebox-outer {
  flex-basis: 50%;
  padding: 15px 30px 30px;
  border-bottom: 1px solid #ccc;
}
.message .moviebox-outer:nth-child(odd) {
  border-right: 1px solid #ccc;
}
.message .moviebox-outer.type-text {
  padding: 15px 30px 20px;
}
.message .moviebox-outer.type-text .name {
  margin-bottom: 10px;
}
.message .moviebox {
  margin: 0 auto 0;
}
.message .moviebox .name {
  margin-bottom: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*
          &.type-a::before {
            background-image: url(../img/ico_globe.png);
          }
          &.type-b::before {
            background-image: url(../img/ico_ball.png);
          }
          &.type-c::before {
            background-image: url(../img/ico_bat.png);
          }
  */
}
.message .moviebox .name span {
  width: 370px;
  line-height: 1.4;
}
.message .moviebox .name::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  border: 2px solid #2870cf;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px;
  border-radius: 50%;
}
.message .moviebox .inner {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.message .moviebox video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 10px;
}
.message .tab-area {
  margin-top: 50px;
}
.message .tab-area .tab-btn {
  display: none;
}
.message .tab-area .message_tab {
  display: flex;
  justify-content: space-between;
  border: 5px solid #2870cf;
  position: sticky;
  top: 130px;
  z-index: 2;
}
.message .tab-area .message_tab.opnavi {
  top: 65px;
}
.message .tab-area .message_tab li {
  width: 50%;
}
.message .tab-area .message_tab li .tab-list {
  display: block;
  padding: 10px 0;
  color: #2870cf;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.message .tab-area #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
.message .tab-area #tab-btn2:checked ~ .tab-list-wrap #tab-list2 {
  background: #2870cf;
  color: #fff;
}
.message .tab-area #tab-btn1:checked ~ .tab-content-wrap #tab-content1,
.message .tab-area #tab-btn2:checked ~ .tab-content-wrap #tab-content2 {
  display: block;
}

/* -------------------------------------------------------- */
#howto {
  margin-top: -80px;
  padding-top: 80px;
}

.guideline .hl3 {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 10px 0;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", arial, "Lucida Sans", "メイリオ", Meiryo, "Osaka", sans-serif;
  color: #246892;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-top: 5px double #246892;
  border-bottom: 5px double #246892;
}
.guideline .inner {
  margin: 0 auto;
  width: 940px;
}
.guideline .note {
  margin-top: 50px;
  padding: 20px;
  color: #f00;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  border: 4px solid #f00;
}
.guideline .attentionlist {
  margin-top: 20px;
  margin-bottom: 30px;
}
.guideline .attentionlist li {
  margin-top: 0.4em;
}
.guideline .attentionlist li.imp {
  color: #f00;
}
.guideline .attentionlist li:first-child {
  margin-top: 0;
}
.guideline .attentionlist li::before {
  content: "●";
  margin-left: 0.3em;
  margin-right: 0.7em;
  color: #000;
  font-size: 1.3rem;
}
.guideline .aboutmovie {
  margin-bottom: 30px;
}
.guideline .aboutmovie dt {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.guideline .aboutmovie dt:nth-of-type(1)::before {
  content: "1";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 50%;
}
.guideline .aboutmovie dt:nth-of-type(2) {
  margin-top: 30px;
}
.guideline .aboutmovie dt:nth-of-type(2)::before {
  content: "2";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  font-size: 2rem;
  line-height: 30px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 50%;
}
.guideline .text_limit {
  color: #f00;
  font-size: 120%;
}

/* -------------------------------------------------------- */
.howto .hl3 {
  margin-top: 50px;
  padding: 10px 0;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", arial, "Lucida Sans", "メイリオ", Meiryo, "Osaka", sans-serif;
  color: #246892;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-top: 5px double #246892;
  border-bottom: 5px double #246892;
}
.howto .text_main {
  margin-top: 40px;
  font-size: 110%;
  font-weight: bold;
}
.howto .flowlist {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
}
.howto .flowlist li {
  display: flex;
  align-items: flex-start;
  flex-basis: calc(33.3% - 42px);
  margin-right: 42px;
  margin-top: 50px;
  padding: 20px 20px 25px;
  font-size: 1.5rem;
  background-color: #e2f2ff;
  box-sizing: border-box;
  position: relative;
}
.howto .flowlist li::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: -14px;
  left: -15px;
  margin-right: 15px;
  padding: 0em 0.7em;
  color: #1a76d2;
  font-size: 2rem;
  font-weight: bold;
  border: 3px solid #1a76d2;
  border-radius: 50%;
  background: #fff;
}
.howto .flowlist li > div span {
  padding-top: 5px;
}
.howto .flowlist li .thumb {
  width: 80%;
  margin: 20px auto 0;
}
.howto .flowlist li .thumb img {
  max-width: 100%;
}
.howto .flowlist li i {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: rotate(45deg);
  width: 10px;
  height: 12px;
  margin-top: -6px;
  color: #2099c2;
  vertical-align: middle;
  border-width: 4px 4px 0 0;
  border-style: solid;
  border-radius: 0 2px 0 0;
  box-sizing: border-box;
}
.howto .flowlist li i::after {
  content: "";
  top: -4px;
  left: -2px;
  width: 4px;
  height: 4px;
  box-shadow: inset 0 0 0 24px, 8px 8px;
  position: absolute;
  border-radius: 2px;
}
.howto .flowlist li a {
  font-weight: bold;
}
.howto .flowlist li strong {
  position: relative;
  z-index: 2;
}
.howto .flowlist li strong::before {
  /*
   content: "";
   display: inline-block;
   width: 100%;
   height: 10px;
   background-color: #ff0;
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: -1;
   transform: skewX(-20deg);*/
}
.howto .btnbox {
  margin-top: 60px;
}

/* ================================================================================================================================================== */
.tournament {
  margin-top: 0;
}
.tournament .note {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: right;
  font-size: 1.4rem;
}
.tournament .tabbox {
  padding-top: 20px;
  background-color: #fff;
  box-shadow: inset 3px 3px 15px #d1d0d0, inset -3px 3px 15px #d1d0d0;
}
.tournament .list {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
}
.tournament .list li {
  width: calc(50% - 10px);
  height: 50px;
}
.tournament .list li a {
  display: block;
  line-height: 50px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
  border-radius: 10px 10px 0 0;
  transition: all 0.2s ease;
}
.tournament .list li:first-child a {
  background-color: #1d3350;
}
.tournament .list li:first-child a.active {
  color: #fff;
  background-color: #2d63ad;
}
.tournament .list li:first-child a:hover {
  color: #fff;
  background-color: #2d63ad;
}
.tournament .list li:last-child a {
  background-color: #244124;
}
.tournament .list li:last-child a.active {
  color: #fff;
  background-color: #418942;
}
.tournament .list li:last-child a:hover {
  color: #fff;
  background-color: #418942;
}
.tournament .tab_content {
  border-width: 30px;
  border-style: solid;
}
.tournament .tab_content img, .tournament .tab_content svg {
  max-width: 100%;
  height: auto;
  border: 10px solid #fff;
  vertical-align: bottom;
}
.tournament .tab_content#okayama_content {
  border-color: #2d63ad;
}
.tournament .tab_content#kagawa_content {
  border-color: #418942;
}

/* ================================================================================================================================================== */
.movie {
  margin-top: 0;
}
.movie .hl3 {
  margin-top: 43px;
  margin-bottom: 40px;
}
.movie .hl3#movie {
  margin-top: 80px;
}
.movie .textcs {
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  margin-bottom: 60px;
}
.movie .movietag {
  display: flex;
  justify-content: center;
  margin: 10px auto 50px;
}
.movie .movietag li {
  display: inline-block;
  margin: 0 15px;
  font-weight: bold;
  font-size: 1.8rem;
}
.movie .movietag li a {
  padding: 8px 25px;
  border: 2px solid #000;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.movie .movietag li a:hover, .movie .movietag li a.active {
  color: #fff;
  background-color: #000;
}
.movie .moviebox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.movie .moviebox.list::after {
  content: "";
  width: 32%;
}
.movie .moviebox.list .item {
  width: 32%;
}
.movie .moviebox .item {
  width: 48%;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  background-color: #eaeaea;
  padding-bottom: 5px;
}
.movie .moviebox .item > div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie .moviebox p {
  margin-top: 5px;
}
.movie .moviebox iframe, .movie .moviebox video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie .btnbox {
  margin-top: 30px;
}

.movie2 {
  margin-top: 60px;
  padding-top: 20px;
}

/* ================================================================================================================================================== */
.archive {
  margin-top: 0;
}
.archive .archive_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.archive .archive_list li {
  padding: 10px;
  width: 460px;
  background: #f7f7f7;
}
.archive .archive_list li .archive_img {
  width: 100%;
}
.archive .archive_list li .archive_txt {
  margin-top: 5px;
  padding-left: 5px;
  font-size: 110%;
}
.archive .archive_list li:nth-child(2n) {
  margin-left: 60px;
}
.archive .archive_list li:nth-child(n+3) {
  margin-top: 60px;
}
.archive .archive_list a:hover {
  opacity: 0.8;
}

/* ================================================================================================================================================== */
.footer_nav {
  margin-top: 60px;
  background: #fff;
}
.footer_nav .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 30px 0;
  width: 1100px;
}
.footer_nav .sns_text {
  margin-top: 0px;
  width: 260px;
}
.footer_nav .sns_text img {
  width: 100%;
}
.footer_nav .sns_list {
  margin-left: 40px;
  width: 60px;
}
.footer_nav .sns_list img {
  width: 100%;
}
.footer_nav .sns_list a:hover {
  opacity: 0.75;
}

/* ================================================================================================================================================== */
.ad-superbnr {
  text-align: center;
}

.ad-lectangle2col {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.ad-lectangle2col > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 250px;
  text-align: center;
  background-color: #ccc;
}
.ad-lectangle2col > div.left {
  margin-right: 60px;
}

.ad-overlay {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}

ins {
  vertical-align: bottom;
}

body {
  padding-bottom: 70px;
}

.ex_belt_2024 {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 16px 20px 5px #000;
  z-index: 50;
}
.ex_belt_2024 .inner {
  position: relative;
  margin: 0 auto;
  min-width: 750px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ex_belt_2024 a:hover {
  opacity: 0.5;
}

/* ================================================================================================================================================== */
.section_mt {
  margin-top: 60px !important;
}

.section_mb {
  margin-bottom: 60px !important;
}

/* ================================================================================================================================================== */
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */