#wrapper .cont_title {
  font-family: "Alumni Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: italic;
  font-size: 94px;
  line-height: 1;
  text-align: center;
}
#wrapper .cont_title .sub_tit {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  display: block;
}
#wrapper .cont_title .sub_tit .c_gold {
  color: #dcaf00;
}
#wrapper .cont_title .sub_tit .c_yellow {
  color: #ffe100;
}

.header_lower {
  background: #000;
}
.header_lower .inner {
  margin: 0 auto;
}
.header_lower .inner h1 {
  padding: 10px 0 10px 20px;
}
.header_lower .inner h1 a {
  display: block;
  text-decoration: none;
}
.header_lower .inner h1 a span {
  display: inline-block;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  vertical-align: middle;
  padding-left: 20px;
}
.header_lower .inner h1 a img {
  height: 80px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.header_lower .inner .drawer-hamburger {
  padding: 0;
  width: 100px;
  height: 100px;
}
.header_lower .inner .drawer-hamburger.active {
  border-left: none;
}
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon,
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon:after,
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon:before {
  width: 44px;
}
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon {
  margin: 4px auto 0 auto;
}
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon:before {
  top: -16px;
}
.header_lower .inner .drawer-hamburger .drawer-hamburger-icon:after {
  top: 16px;
}

.drawer-open .header_lower .inner .drawer-hamburger-icon::after,
.drawer-open .header_lower .inner .drawer-hamburger-icon::before {
  top: 0 !important;
}

@media screen and (max-width: 767px) {
  #wrapper .cont_title {
    font-size: 50px;
    padding: 0 3px;
  }
  #wrapper .cont_title .sub_tit {
    font-size: 15px;
  }

  .header_lower .inner {
    width: auto;
    margin: 0 10px !important;
  }
  .header_lower .inner h1 {
    padding: 10px 0;
  }
  .header_lower .inner h1 a span {
    font-size: 13px;
    padding-left: 5px;
    width: calc(100% - 120px);
    box-sizing: border-box;
    line-height: 1.4;
    max-width: 240px;
  }
  .header_lower .inner h1 a span br {
    display: none;
  }
  .header_lower .inner h1 a img {
    height: 40px;
    width: auto;
  }
  .header_lower .inner .drawer-hamburger {
    width: 60px;
    height: 60px;
  }
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon,
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon:after,
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon:before {
    width: 30px;
  }
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon {
    margin-top: 2px;
  }
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon:before {
    top: -8px;
  }
  .header_lower .inner .drawer-hamburger .drawer-hamburger-icon:after {
    top: 8px;
  }
}
footer.lower {
  text-align: center;
  color: #000;
  font-size: 20px;
  padding: 20px 0;
  max-width: 1200px;
  margin: 60px auto 0 auto;
}

@media screen and (max-width: 767px) {
  footer.lower {
    font-size: 14px;
    padding: 10px 0;
    max-width: 90vw;
    margin: 20px auto 0 auto;
  }
}
.drawer-hamburger {
  display: block !important;
}

#main {
  background: #c6a649;
}
#main #highlights_wrap {
  padding-top: 60px;
}

#wrapper .deco_tit {
  display: flex;
  height: 144px;
  padding: 60px 0;
}
#wrapper .deco_tit h2 {
  width: 1440px;
}
#wrapper .deco_tit div {
  flex-grow: 1;
}
#wrapper .deco_tit .tit span {
  overflow: hidden;
  text-indent: -9999em;
  /*padding:0 0 20px 120px;*/
  display: inline-block;
}
#wrapper .tit span.gal {
  height: 144px;
  width: 1080px;
}

.p-filter {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  width: 1000px;
  margin: 60px auto 40px;
  min-height: 430px;
}
.p-filter__tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.p-filter__tabs-button {
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  width: 498px;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background: #000000;
  line-height: 80px;
}
.p-filter__tabs-button.js-open {
  background: #f2ecce;
  color: #000000;
  border-top: 4px solid #000000;
}
.p-filter__container {
  position: relative;
  width: 1000px;
  height: 350px;
}
.p-filter__unit {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  background: #f2ecce;
  padding: 40px;
  width: 1000px;
  height: 350px;
}
.p-filter__unit--scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #c2a948 #917b2a;
}
.p-filter__list {
  display: inline-flex;
  font-size: 16px;
  height: 60px;
  margin: 0 10px 40px 0;
}
.p-filter__list dt {
  min-width: 70px;
  padding-right: 10px;
  text-align: right;
  line-height: 56px;
}
.p-filter__list dd {
  font-size: 0;
  line-height: 56px;
}
.p-filter__buttons {
  text-align: right;
}

.c-input__radio {
  display: none;
}
.c-input__radio:checked + label {
  border: 1px solid #c7a51a;
  background: #FFFFFF;
}
.c-input__radio:checked + label::before {
  background: #000000;
  border: 3px solid #dddddd;
}
.c-input__radio-label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  height: 60px;
  padding: 0 10px 0 40px;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #faf7eb;
  background: #faf7eb;
  transition: background 0.2s ease-out;
}
.c-input__radio-label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #dddddd;
}
.c-input__radio-label:hover {
  background: #f5f5f5;
}
.c-input--tag {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.c-input--tag:last-of-type {
  margin-right: 0;
}
.c-input__checkbox {
  display: none;
}
.c-input__checkbox:checked + label {
  border: 1px solid #c7a51a;
  background: #c7a51a;
  color: #ffffff;
}
.c-input__checkbox-label {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  font-size: 16px;
  line-height: 36px;
  border-radius: 4px;
  padding: 0 15px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  transition: background 0.2s ease-out;
}
.c-input__checkbox-label:hover {
  background: #f5f5f5;
}

.c-select {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.c-select select {
  cursor: pointer;
  height: 60px;
  width: 190px;
  font-size: 16px;
  background: #FFFFFF;
  padding: 0 28px 0 10px;
  text-align: center;
  transition: background 0.2s ease-out;
}
.c-select select:hover {
  background: #f5f5f5;
}
.c-select::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 60px;
  background: #000000;
  pointer-events: none;
}
.c-select::after {
  z-index: 20;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
  pointer-events: none;
}

.c-button {
  cursor: pointer;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  padding: 0 30px;
}
.c-button__clear {
  color: #FFFFFF;
  background: #000000;
  transition: opacity 0.2s ease-out;
}
.c-button__clear:hover {
  opacity: 0.6;
}

.p-game-list {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.p-game-list.js-newer {
  flex-wrap: wrap-reverse;
}

.c-game {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  margin-bottom: 20px;
}
.c-game__image {
  position: absolute;
  top: 84px;
  left: 0;
  z-index: 5;
  width: 540px;
  height: 360px;
}

.c-game-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  letter-spacing: 1px;
}
.c-game-title__date {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 120px;
  font-weight: bold;
  text-shadow: 0 3px 1px #c6a649, 3px 3px 1px #c6a649, -3px 3px 1px #c6a649, 0 -3px 1px #c6a649, 3px -3px 1px #c6a649, -3px -3px 1px #c6a649;
}
.c-game-title__weekday {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 60px;
  font-weight: bold;
  margin: 18px 0 0 10px;
}
.c-game-title__time {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 60px;
  font-weight: bold;
  margin: 18px 0 0 10px;
}
.c-game-title__stadium {
  font-size: 24px;
  font-weight: bold;
  margin: 34px 0 0 10px;
}

.c-game-information {
  z-index: 3;
  box-sizing: border-box;
  width: 500px;
  min-height: 360px;
  background: #FFFFFF;
  margin: 124px 0 0 500px;
  padding: 0 20px 80px 60px;
  position: relative;
}
.c-game-information::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #c6a649;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
.c-game-information__score {
  font-family: 'Alumni Sans', sans-serif;
  font-weight: bold;
  font-size: 72px;
  letter-spacing: 2px;
}
.c-game-information__score--win {
  color: #e8340c;
}
.c-game-information__score--opp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
}
.c-game-information__caption {
  font-size: 20px;
  margin-top: 20px;
}
.c-game-information__tags {
  margin-top: 10px;
}
.c-game-information__icons {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.c-tag {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  font-size: 16px;
  line-height: 36px;
  border-radius: 4px;
  padding: 0 15px;
  margin-right: 8px;
  margin-top: 8px;
  border: 1px solid #000000;
  background: #FFFFFF;
  transition: background 0.2s ease-out;
}
.c-tag:last-of-type {
  margin-right: 0;
}
.c-tag:hover {
  background: #f5f5f5;
}
.c-tag.js-selected {
  border: 1px solid #c7a51a;
  background: #c7a51a;
  color: #ffffff;
}

.c-icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-left: 8px;
  transition: opacity 0.2s ease-out;
}
.c-icon:hover {
  opacity: 0.6;
}
.c-icon__photo {
  background: url(/img/highlight/icon_photo.gif) no-repeat center center;
  background-size: 38px 38px;
}
.c-icon__youtube {
  background: url(/img/highlight/icon_youtube.gif) no-repeat center center;
  background-size: 38px 38px;
}
.c-icon__score {
  background: url(/img/highlight/icon_score.gif) no-repeat center center;
  background-size: 38px 38px;
}
.c-icon__inside {
  background: url(/img/highlight/icon_inside.gif) no-repeat center center;
  background-size: 38px 38px;
}
.c-icon.u-hide_sp {
  display: inline-block;
}
.c-icon.u-hide_pc {
  display: none;
}

#p-top {
  position: fixed;
  width: 60px;
  right: 60px;
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: opacity .8s ease;
}
#p-top img {
  width: 100%;
  height: auto;
}
#p-top.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  #wrapper .deco_tit {
    padding: 30px 0;
  }
  #wrapper .deco_tit div {
    display: none;
  }
  #wrapper .deco_tit .tit span.gal {
    width: 262px;
    height: 116px;
    background-size: cover;
    display: block;
  }

  #main {
    background-size: 96% auto;
  }
  #main #highlights_wrap {
    padding-top: 40px;
  }

  .p-filter {
    box-sizing: border-box;
    width: calc( 100vw - 40px );
    margin: 30px auto 20px;
    min-height: 470px;
  }
  .p-filter__tabs {
    height: 50px;
  }
  .p-filter__tabs-button {
    box-sizing: border-box;
    width: calc( 50vw - 22px );
    height: 50px;
    font-size: 13px;
    line-height: 50px;
  }
  .p-filter__container {
    position: relative;
    width: calc( 100vw - 40px );
    height: 420px;
  }
  .p-filter__unit {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    background: #f2ecce;
    padding: 15px;
    width: calc( 100vw - 40px );
    height: 420px;
  }
  .p-filter__list {
    display: inline-flex;
    font-size: 13px;
    height: 45px;
    margin: 0 0 20px 0;
  }
  .p-filter__list dt {
    min-width: 55px;
    padding-right: 10px;
    text-align: right;
    line-height: 43px;
  }
  .p-filter__list dd {
    font-size: 0;
    line-height: 43px;
  }
  .p-filter__buttons {
    text-align: center;
  }

  .c-input__radio {
    display: none;
  }
  .c-input__radio:checked + label {
    border: 1px solid #c7a51a;
    background: #FFFFFF;
  }
  .c-input__radio:checked + label::before {
    background: #000000;
    border: 3px solid #dddddd;
  }
  .c-input__radio-label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    height: 45px;
    padding: 0 5px 0 22px;
    margin-right: 5px;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #faf7eb;
    background: #faf7eb;
  }
  .c-input__radio-label::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    width: 15px;
    height: 15px;
  }
  .c-input--tag {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .c-input--tag:last-of-type {
    margin-right: 0;
  }
  .c-input__checkbox {
    display: none;
  }
  .c-input__checkbox:checked + label {
    border: 1px solid #c7a51a;
    background: #c7a51a;
    color: #ffffff;
  }
  .c-input__checkbox-label {
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    font-size: 13px;
    line-height: 36px;
    border-radius: 4px;
    padding: 0 10px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
  }

  .c-select {
    position: relative;
    display: inline-block;
    font-size: 0;
  }
  .c-select select {
    cursor: pointer;
    height: 45px;
    width: 190px;
    font-size: 13px;
    background: #FFFFFF;
    padding: 0 28px 0 10px;
    text-align: center;
    color: #000000;
  }
  .c-select::before {
    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 45px;
    background: #000000;
  }
  .c-select::after {
    z-index: 20;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #ffffff transparent transparent transparent;
  }

  .c-button {
    cursor: pointer;
    height: 45px;
    border-radius: 30px;
    line-height: 45px;
    padding: 0 30px;
  }
  .c-button__clear {
    color: #FFFFFF;
    background: #000000;
  }

  .p-game-list {
    width: calc( 100vw - 40px );
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .p-game-list.js-newer {
    flex-wrap: wrap-reverse;
  }

  .c-game {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    margin-bottom: 20px;
  }
  .c-game__image {
    position: static;
    margin-top: 45px;
    left: 0;
    z-index: 5;
    width: calc( 100vw - 60px );
    height: auto;
  }

  .c-game-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    letter-spacing: 1px;
  }
  .c-game-title__date {
    font-family: 'Alumni Sans', sans-serif;
    font-size: 62px;
    font-weight: bold;
    text-shadow: 0 2px 0 #c6a649, 2px 2px 0 #c6a649, -2px 2px 0 #c6a649, 0 -2px 0 #c6a649, 2px -2px 0 #c6a649, -2px -2px 0 #c6a649;
  }
  .c-game-title__weekday {
    font-family: 'Alumni Sans', sans-serif;
    font-size: 34px;
    font-weight: bold;
    margin: 9px 0 0 5px;
  }
  .c-game-title__time {
    font-family: 'Alumni Sans', sans-serif;
    font-size: 34px;
    font-weight: bold;
    margin: 9px 0 0 5px;
  }
  .c-game-title__stadium {
    font-size: 12px;
    font-weight: bold;
    margin: 17px 0 0 5px;
  }

  .c-game-information {
    z-index: 3;
    box-sizing: border-box;
    width: calc( 100vw - 60px );
    min-height: 200px;
    background: #FFFFFF;
    margin: -20px 0 0 20px;
    padding: 20px;
  }
  .c-game-information__score {
    font-family: 'Alumni Sans', sans-serif;
    font-weight: bold;
    font-size: 44px;
    letter-spacing: 2px;
  }
  .c-game-information__score--win {
    color: #e8340c;
  }
  .c-game-information__score--opp {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0;
  }
  .c-game-information__caption {
    font-size: 13px;
    margin-top: 5px;
  }
  .c-game-information__tags {
    margin-top: 10px;
  }
  .c-game-information__icons {
    display: block;
    position: static;
    text-align: right;
    margin-top: 20px;
    font-size: 0;
  }

  .c-tag {
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    font-size: 13px;
    line-height: 26px;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 5px;
    margin-top: 5px;
    border: 1px solid #000000;
    background: #FFFFFF;
  }
  .c-tag:last-of-type {
    margin-right: 0;
  }

  .c-icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-left: 8px;
  }
  .c-icon__photo {
    background: url(/img/highlight/icon_photo.gif) no-repeat center center;
    background-size: 38px 38px;
  }
  .c-icon__youtube {
    background: url(/img/highlight/icon_youtube.gif) no-repeat center center;
    background-size: 38px 38px;
  }
  .c-icon__score {
    background: url(/img/highlight/icon_score.gif) no-repeat center center;
    background-size: 38px 38px;
  }
  .c-icon__inside {
    background: url(/img/highlight/icon_inside.gif) no-repeat center center;
    background-size: 38px 38px;
  }
  .c-icon.u-hide_sp {
    display: none;
  }
  .c-icon.u-hide_pc {
    display: inline-block;
  }

  #p-top {
    width: 30px;
    right: 10px;
    bottom: 15px;
  }
}

/*# sourceMappingURL=highlight.css.map */
