@charset "UTF-8";
#wrapper .tournament-ttl-img {
    max-width: 100%;
}

.second.schedule #wrapper .tournament-list {
    display: none;
}

.second.schedule #wrapper .tournament-list.current {
    display: block;
}

.dropdown {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  
  .dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    min-width: 160px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    top: 100%;
    font-weight: 800;
  }
  
  .dropdown-menu a {
    display: block;
    color: #108781;
    text-decoration: none!important;
    padding: 12px 16px;
  }
  
  .dropdown-toggle:hover,.dropdown-menu a:hover {
    background-color: rgba(188, 210, 61, 0.5);
  }
  
  a.dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 160px;
    height: 45px;
    padding: 0px 15px;
    border-radius: 100px;
    font-size: 18px;
    line-height: 45px;
    color: #108781;
    background: #fff;
    border: 2px solid #108781;
    -ms-word-break: normal;
    word-break: normal;
    font-weight: bold;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-decoration: none!important;
}

.main-container  ul.dropdown-menu a:visited,.main-container a.dropdown-toggle:visited {
  color: #108781;
  text-decoration: none;
}

  ul.dropdown-menu {
    max-width: 190px;
    width: 100%;
    border: solid 1px #777;
}

  .dropdown-menu li {
    line-height: 1;
}

body.schedule #wrapper .dropdown::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 48px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: #108781;
  pointer-events: none;
}

body.schedule #wrapper .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 0px;
  height: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #108781 transparent transparent transparent;
}

#section-onair .contents-box .tournament-block:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e7e6e6;
}


.api-bnr-sns > div {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.api-bnr-sns > div a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 5px;
}
.api-bnr-sns > div a img {
  width: 100%;
  height: auto;
}

.social-button-x {
  background-color: #000000;
}

.social-button-facebook {
  background-color: #1877F2 !important;
}

.social-button-facebook > svg {
  width: 5rem;
  height: 5rem;
}