@charset "UTF-8";
/* ===================================================================
  2022改修時の共通スタイル
=================================================================== */
@media screen and (max-width: 640px) {
  #header .group-logo {
    padding-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  #header .group-logo-inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: white;
  }
}

@media screen and (max-width: 640px) {
  #header #sp-globalNav {
    position: fixed;
    top: 62px;
    left: 0;
    z-index: 99;
  }
}

#header .sp-enBtn {
  display: none;
}

@media screen and (max-width: 640px) {
  #header .sp-enBtn {
    display: block;
    position: fixed;
    top: 12px;
    right: 10px;
    z-index: 100;
    padding-top: 23px;
    padding-left: 12px;
    border-left: 1px solid #c9c9c9;
  }
  #header .sp-enBtn img.externalIcon {
    display: none;
  }
  #header .sp-enBtn a {
    color: #000;
  }
  #header .sp-enBtn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 4px);
    display: inline-block;
    background: url(/img/share/icon_global.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    -webkit-filter: grayscale(100);
            filter: grayscale(100);
  }
}

@media screen and (max-width: 640px) {
  #header .siteSearch {
    display: none;
  }
}

#header .siteSearch-text {
  width: 126px;
}

#header .siteSearch-btn {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

#header .area-banner-long {
  padding-top: 40px;
      float: right;
    width: 190px;
    padding-top: 38px;
    position: relative;
}

#header .area-banner-long:last-child {
  padding-right: 0;
}

#header .area-banner-long .to_ensite {
  float: right;
  position: relative;
  top: 0;
  box-sizing: border-box;
  width: 165px;
  padding: 7px 10px;
  color: #333;
  border: 1px solid #1a1a1a;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

#header .area-banner-long .to_ensite:hover {
  text-decoration: none;
  border-color: #c80a14;
  color: #c80a14;
}

#header .area-banner-long .to_ensite:hover::before {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#header .area-banner-long .to_ensite::before {
  position: static;
  padding-right: 7px;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

#header .area-game .tab-sub .area-gameResults .item .item-footer ul.btn-text {
  text-align: center;
}

#header .area-game .tab-sub .area-gameResults .item .item-footer ul.btn-text li a {
  display: inline-block;
  padding: 6px 10px;
  background: #c71918;
  border: 0;
  border-radius: 0;
  color: white;
}

#header .sp-siteSearch {
  padding: 17px 17px 34px;
  background: #1e1e1e;
}

#header .sp-siteSearch__item {
  display: flex;
}

#header .sp-siteSearch__text {
  box-sizing: border-box;
  flex: 1;
  margin: 0;
  padding: 10px;
  background: white;
  border: 0;
  border-radius: 0;
}

#header .sp-siteSearch__btn {
  width: 70px;
  margin: 0;
  background: #c80a14;
  border: 0;
  border-radius: 0;
  color: white;
}

#footer .btn-pagetop {
  position: relative;
  margin: 0 20px 0 auto;
  text-align: right;
}

@media screen and (max-width: 640px) {
  #footer .btn-pagetop {
    margin-right: 0;
  }
}

#footer .btn-pagetop a {
  position: absolute;
  top: -65px;
  right: 0;
  display: block;
  margin: 0 0 0 auto;
  width: 35px;
  height: 35px;
  background: #1e1e1e;
  font-size: 0;
}

#footer .btn-pagetop a:hover {
  background-color: #c80a14;
}

#footer .btn-pagetop a::before {
  position: absolute;
  top: 16px;
  left: 13px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

div.section h2, section h2 {
  position: relative;
  margin: 0 0 30px 22px;
  padding: 5px 20px 8px 42px;
  background: none;
  border: 0;
  border-bottom: 2px solid #0071bb;
  font-size: 2rem;
}

div.section h2::after, div.section h2::before, section h2::after, section h2::before {
  content: "";
  position: absolute;
  top: 2px;
  width: 12px;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

div.section h2::before, section h2::before {
  left: -12px;
  background: #005aa6;
}

div.section h2::after, section h2::after {
  left: 6px;
  background: #0071bb;
}

div.side nav h2::before, div.side nav h2::after {
  content: none;
}

.gameResult header h2::before,.gameResult header h2::after {
  display: none;
}

.area-member h2::before,.area-member h2::after{
  display: none;
}

.club-detail header h2::before,.club-detail header h2::after{
  display: none;
}

.stadium-detail header h2::before,.stadium-detail header h2::after{
  display: none;
}

@media only screen and (max-width: 640px) {
  div.section h2, section h2 {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=s_2022.css.map */