.bl-years {
  width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bl-years {
    width: auto;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.bl-report a {
  color: #0066AA;
  text-decoration: underline;
}
@media (min-width: 767.01px) {
  .bl-report a:hover {
    text-decoration: none;
  }
}
.bl-report hr {
  margin: 60px 0;
  display: block;
  height: 1px;
  background: #E1E3E6;
  border: 0;
}
.bl-report hr.wide {
  margin-left: -50px;
  margin-right: -50px;
}
.bl-report .block__movie {
  margin: 60px auto;
  text-align: center;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.bl-report .block__movie > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl-report .block__1col, .bl-report .block__2cols, .bl-report .block__3cols, .bl-report .block__4cols {
  margin-top: 50px;
}
.bl-report .block__2cols, .bl-report .block__3cols, .bl-report .block__4cols {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-left: -15px;
}
.bl-report .block__2cols > *, .bl-report .block__3cols > *, .bl-report .block__4cols > * {
  height: auto;
  margin-left: 15px;
}
.bl-report .block__2cols.reverse, .bl-report .block__3cols.reverse, .bl-report .block__4cols.reverse {
  flex-direction: row-reverse;
}
.bl-report .block__1col img {
  margin: auto;
}
.bl-report .block__1col p + p, .bl-report .block__2cols p + p {
  margin-top: 25px;
}
.bl-report .block__2cols > * {
  width: calc(50% - 15px);
}
.bl-report .block__2cols > img {
  margin-bottom: 15px;
}
.bl-report .block__2cols > .box {
  padding-left: 35px;
}
.bl-report .block__2cols.reverse > .box {
  padding-left: 0;
  padding-right: 35px;
}
.bl-report .block__3cols > img, .bl-report .block__4cols > img {
  margin-bottom: 15px;
}
.bl-report .block__3cols > * {
  width: calc(33.3333333333% - 15px);
}
.bl-report .block__4cols > * {
  width: calc(25% - 15px);
}
@media screen and (max-width: 767px) {
  .bl-report hr {
    margin: 50px 0;
  }
  .bl-report hr.wide {
    margin-left: -20px;
    margin-right: -20px;
  }
  .bl-report .block__movie {
    margin: 40px auto;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  .bl-report .block__movie > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bl-report .block__1col, .bl-report .block__2cols, .bl-report .block__3cols, .bl-report .block__4cols {
    margin-top: 40px;
  }
  .bl-report .block__2cols {
    margin-left: 0;
  }
  .bl-report .block__2cols > * {
    width: 100%;
    margin-left: 0;
  }
  .bl-report .block__2cols > img {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .bl-report .block__2cols > .box {
    padding-left: 0;
    margin-top: 30px;
  }
  .bl-report .block__2cols.reverse > .box {
    padding-right: 0;
  }
  .bl-report .block__3cols, .bl-report .block__4cols {
    margin-left: -10px;
  }
  .bl-report .block__3cols > *, .bl-report .block__4cols > * {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  .bl-report .block__3cols > img, .bl-report .block__4cols > img {
    margin-bottom: 10px;
    flex-grow: 1;
  }
}

.el-heading1 {
  margin-top: 80px;
  margin-bottom: 50px;
  padding-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  border-bottom: solid 1px #E1E3E6;
}
.el-heading1:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #001955;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.el-heading1 .ja {
  margin-right: 1em;
}
.el-heading1 .en {
  font-size: 1.6rem;
  font-weight: 400;
  color: #001955;
}
.el-heading2 {
  background: #F5F7FA;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.4rem;
  color: #001955;
  margin-top: 50px;
}
.el-heading2 + [class*=block__] {
  margin-top: 25px !important;
}
.el-heading2:empty {
  display: none;
}
@media screen and (max-width: 767px) {
  .el-heading1 {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
  .el__heading2 {
    margin-top: 40px;
    font-size: 1.5rem;
    padding: 12px;
  }
}

.c-eyecatch {
  background-image: url(../img/archive/archive_mv_pc.jpg) !important;
}
@media screen and (max-width: 767px) {
  .c-eyecatch {
    background-image: url(../img/archive/archive_mv_sp.jpg) !important;
  }
}

.bl-detail, .bl-match {
  width: 960px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bl-detail, .bl-match {
    width: auto;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.bl-years {
  position: relative;
}
.bl-years__button {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl-years__button.mod_prev {
  left: 1em;
}
.bl-years__button.mod_next {
  right: 1em;
}
.bl-years__items {
  margin: auto;
  width: 890px;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  scrollbar-width: none;
  scrollbar-width: 0;
}
.bl-years__items::-webkit-scrollbar {
  width: 0;
  height: 0;
}
html.window-load .bl-years__items {
  scroll-behavior: smooth;
}

.bl-years__item {
  display: inline-block;
}
.bl-years__link {
  margin: 0 5px;
  min-width: 90px;
  padding: 8px 12px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  font-weight: 500;
  border-radius: 6px;
  transition: background-color 0.1s, color 0.1s;
  font-size: 2rem;
  letter-spacing: 0;
}
.bl-years__link.current {
  color: #FFFFFF;
  background-color: #c89c00;
}
@media (min-width: 767.01px) {
  .bl-years__link:hover {
    color: #FFFFFF;
    background-color: #c89c00;
  }
}
@media screen and (max-width: 767px) {
  .bl-years {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bl-years__items {
    width: 100%;
  }
  .bl-years__link {
    min-width: 70px;
    height: 40px;
    font-size: 1.8rem;
  }
  .bl-years__button {
    display: none;
  }
}

.bl-game {
  min-height: 100vh;
}
html.document-ready .bl-game {
  min-height: auto;
}

.bl-match {
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 100px;
  color: #FFFFFF;
  background: #000837;
}
.bl-match__title {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
}
.bl-match__whenwhere {
  margin-top: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bl-match {
    padding: 30px 10px 60px;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .bl-match__title {
    font-size: 2rem;
    padding: 0 10px;
  }
  .bl-match__whenwhere {
    margin-top: 8px;
    padding: 0 10px;
  }
}

.bl-total {
  margin: 22px auto 80px;
  width: 650px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.bl-total:after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bl-total__one {
  width: 260px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.bl-total__one:nth-of-type(2) {
  flex-direction: row-reverse;
}
.bl-total__team {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  text-align: center;
  position: relative;
}
.bl-total__team img {
  display: block;
  margin: auto;
}
.bl-total__team figcaption {
  position: absolute;
  z-index: 1;
  top: calc(100% + 1em);
  left: 0;
  right: 0;
  margin: auto;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  font-family: YakuHanJP, Inter, "Noto Sans JP", sans-serif;
}
.bl-total__number {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  width: 1.6em;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl-total {
    margin-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .bl-total__one {
    width: 42.7118644068%;
  }
  .bl-total__team img {
    width: 70px;
    height: auto;
  }
  .bl-total__team figcaption {
    line-height: 1.4;
  }
  .bl-total__team-name1, .bl-total__team-name2 {
    width: 10em;
    white-space: normal !important;
    display: block !important;
  }
  .bl-total__team-name1 {
    text-align: left;
    right: auto !important;
  }
  .bl-total__team-name2 {
    text-align: right;
    left: auto !important;
  }
  .bl-total__number {
    font-size: 3.2rem;
  }
}

.bl-scoreboard__table {
  width: 100%;
  border-collapse: collapse;
  font-family: YakuHanJP, Inter, "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
.bl-scoreboard__table thead {
  background: #3C3E41;
  font-size: 1.3rem;
}
.bl-scoreboard__table thead th {
  height: 30px;
}
.bl-scoreboard__table tbody {
  font-size: 2.4rem;
  font-weight: 500;
}
.bl-scoreboard__table tbody th, .bl-scoreboard__table tbody td {
  height: 80px;
  background: #000;
}
.bl-scoreboard__table tbody th.team, .bl-scoreboard__table tbody td.team {
  font-size: 1.6rem;
  width: 210px;
  padding: 4px 10px;
}
.bl-scoreboard__table th, .bl-scoreboard__table td {
  min-width: 54px;
  border: solid 1px #787A7D;
  text-align: center;
}
.bl-scoreboard__table td:empty {
  background-image: linear-gradient(to bottom right, transparent 49.5%, #787A7D 50%, #787A7D 51%, transparent 51.5%);
}
.bl-scoreboard__caption {
  display: none;
}
@media screen and (max-width: 767px) {
  .bl-scoreboard__table th, .bl-scoreboard__table td {
    min-width: 22px;
  }
  .bl-scoreboard__table thead {
    font-size: 1rem;
  }
  .bl-scoreboard__table thead th {
    height: 20px;
  }
  .bl-scoreboard__table tbody {
    font-size: 1.2rem;
  }
  .bl-scoreboard__table tbody th, .bl-scoreboard__table tbody td {
    height: 60px;
  }
  .bl-scoreboard__table tbody th.team, .bl-scoreboard__table tbody td.team {
    font-size: 1.05rem;
    min-width: 6.5em;
    text-align: left;
    padding: 0.3636363636em 0.5454545455em;
  }
}

.bl-movie {
  margin: 70px auto 0;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.bl-movie iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bl-movie {
    margin-top: 30px;
  }
}

.bl-detail {
  padding: 60px 50px 80px;
  background: #FFFFFF;
}
.bl-detail .bl-report {
  margin-top: 100px;
}
.bl-detail .bl-report:empty {
  display: none;
}
@media screen and (max-width: 767px) {
  .bl-detail {
    padding: 45px 20px 80px;
  }
  .bl-detail .bl-report {
    margin-top: 70px;
  }
}

.bl-status__list {
  display: flex;
  flex-flow: row wrap;
  font-size: 1.6rem;
}
.bl-status__type, .bl-status__data {
  border-top: 1px solid #E1E3E6;
  padding: 1.0625em 1.25em;
}
.bl-status__type:last-of-type, .bl-status__data:last-of-type {
  border-bottom: 1px solid #E1E3E6;
}
.bl-status__title.el-heading1 {
  margin-top: 10px;
}
.bl-status__type {
  width: 280px;
  background: #F5F7FA;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.bl-status__data {
  width: calc(100% - 280px);
  white-space: pre-line;
}
.bl-status__note {
  margin: 1em auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .bl-status__list {
    display: block;
  }
  .bl-status__type, .bl-status__data {
    width: 100%;
    border: 0 !important;
  }
  .bl-status__type {
    padding: 12px 12px;
    font-weight: 700;
  }
  .bl-status__data {
    padding: 15px 6px 32px;
  }
  .bl-status__note {
    padding: 9px 14px;
    border: solid 1px #E1E3E6;
    line-height: 2;
  }
}

.el-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1;
  color: #FFFFFF;
  padding: 4px;
  margin-left: 0.2em;
  margin-right: 0.6em;
  position: relative;
  top: -0.12em;
}
.el-icon.mod_malts {
  background: #c89c00;
}
.el-icon.mod_heroes {
  background: #0037A5;
}
@media screen and (max-width: 767px) {
  .el-icon {
    padding: 3px;
  }
}

.bl-highlights {
  margin-top: 100px;
}
.bl-highlights__body .content {
  margin-top: 25px;
}
.bl-highlights a {
  color: #0066AA;
  text-decoration: underline;
}
@media (min-width: 767.01px) {
  .bl-highlights a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .bl-highlights {
    margin-top: 70px;
  }
  .bl-highlights__body .content {
    margin-top: 18px;
  }
  .bl-highlights .el-heading1 {
    margin-top: 0;
  }
}

.mod_word-break > span {
  display: inline-block;
  white-space: nowrap;
}