.bl-team, .bl-players__title, .bl-heros, .bl-messages, .bl-index {
  width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bl-team, .bl-players__title, .bl-heros, .bl-messages, .bl-index {
    width: auto;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.bl-award, .bl-message__content {
  box-shadow: 0 0 10px rgba(0, 8, 55, 0.6);
}

:root {
  scroll-behavior: auto;
}

.bl-message__team, .bl-hero__team {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1;
}
.bl-message__name, .bl-hero__name {
  margin-top: 16px;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 1px;
}
.bl-message__name small, .bl-hero__name small {
  font-size: 0.8em;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .bl-message__team, .bl-hero__team {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .bl-message__name, .bl-hero__name {
    margin-top: 12px;
    font-size: 2.2rem;
  }
}

.bl-messages__title img, .bl-heros__title img {
  display: block;
}
.bl-messages__title p, .bl-heros__title p {
  margin-top: 28px;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bl-messages__title img, .bl-heros__title img {
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    width: auto;
  }
  .bl-messages__title p, .bl-heros__title p {
    text-align: center;
    font-size: 1.5rem;
  }
}

main {
  overflow: hidden;
}

.c-eyecatch {
  background-image: url(../img/players/players_mv_pc.jpg) !important;
}
@media screen and (max-width: 767px) {
  .c-eyecatch {
    background-image: url(../img/players/players_mv_sp.jpg) !important;
  }
}

.bl-index__items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}
.bl-index__item {
  padding-left: 6px;
  padding-right: 6px;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .bl-index__items {
    margin-left: -1.5px;
    margin-right: -1.5px;
    flex-wrap: wrap;
    margin-bottom: -5px;
  }
  .bl-index__item {
    padding-left: 1.5px;
    padding-right: 1.5px;
    margin-bottom: 5px;
    width: 50%;
  }
}

.bl-messages {
  margin-top: 125px;
}
@media screen and (max-width: 767px) {
  .bl-messages {
    margin-top: 17.3333333333vw;
  }
}

.bl-message__image {
  width: 797px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}
.bl-message__image > img {
  margin-left: 80px;
  margin-right: 80px;
}
.bl-message__image::after {
  content: "";
  display: block;
  width: 200vw;
  height: 410px;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.bl-message__content {
  margin-top: -120px;
  padding: 60px 50px;
  background: #fff;
  color: #1E2023;
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.bl-message__role {
  min-width: 270px;
  padding-right: 40px;
  font-family: YakuHanJP, Inter, "Noto Sans JP", sans-serif;
}
.bl-message__message {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.5px;
}
.bl-message__message p {
  margin-bottom: 1.25em;
}
.bl-message.mod_malts .bl-message__image {
  margin-left: auto;
  margin-right: 0;
  justify-content: flex-start;
}
.bl-message.mod_malts .bl-message__image::after {
  background: #c89c00;
  left: 0;
}
.bl-message.mod_heroes {
  margin-top: 50px;
}
.bl-message.mod_heroes .bl-message__image {
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.bl-message.mod_heroes .bl-message__image::after {
  background: #011b6a;
  right: 0;
}
@media screen and (max-width: 767px) {
  .bl-message__image {
    width: auto;
    display: block;
  }
  .bl-message__image > img {
    width: 42.6666666667vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .bl-message__image > picture img {
    width: 58.6666666667vw;
    display: block;
  }
  .bl-message__image::after {
    height: 64vw;
  }
  .bl-message__content {
    margin-top: -14.1333333333vw;
    padding: 40px 22px;
    display: block;
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }
  .bl-message__role {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-right: 0;
  }
  .bl-message__role img {
    width: 70px;
    margin-right: 15px;
  }
  .bl-message__team {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .bl-message__name {
    margin-top: 12px;
    font-size: 2.2rem;
  }
  .bl-message__message {
    margin-top: 35px;
    font-size: 1.5rem;
  }
  .bl-message.mod_malts .bl-message__image {
    margin-left: -2.6666666667vw !important;
    margin-right: -5.3333333333vw !important;
  }
  .bl-message.mod_malts .bl-message__image > img {
    left: 8vw;
  }
  .bl-message.mod_malts .bl-message__image > picture img {
    margin-right: 0;
    margin-left: auto;
  }
  .bl-message.mod_heroes .bl-message__image {
    margin-left: -5.3333333333vw !important;
    margin-right: -2.6666666667vw !important;
  }
  .bl-message.mod_heroes .bl-message__image > img {
    right: 8vw;
  }
  .bl-message.mod_heroes .bl-message__image > picture img {
    margin-right: auto;
    margin-left: 0;
  }
}

.bl-heros {
  margin-top: 150px;
}
.bl-heros__title {
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .bl-heros {
    margin-top: 85px;
  }
}

.bl-award {
  margin-top: 90px;
  padding: 100px 0 60px;
  background: #fff;
  position: relative;
}
.bl-award__title {
  position: absolute;
  margin-top: -10px;
  top: 0;
  left: 20px;
  border-radius: 0 0 10px 10px;
  min-width: 350px;
  height: 80px;
  color: #1E2023;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  padding: 15px 27px;
}
.bl-award__title .text {
  margin-left: 13px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.bl-award__title .sdm {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3636363636;
  font-feature-settings: normal;
}
.bl-award__title .award {
  font-weight: 700;
  margin-left: 17px;
  font-size: 3rem;
  line-height: 1;
}
.bl-award__title.mod_mvp {
  background: linear-gradient(130deg, rgb(234, 197, 85) 0%, rgb(234, 197, 85) 7.91%, rgb(253, 218, 106) 17.61%, rgb(248, 212, 96) 19.39%, rgb(240, 201, 79) 23.58%, rgb(236, 195, 69) 28.15%, rgb(234, 193, 66) 33.78%, rgb(236, 197, 76) 37.7%, rgb(241, 208, 105) 44.49%, rgb(250, 226, 150) 53.27%, rgb(255, 236, 176) 57.78%, rgb(242, 205, 86) 77.11%, rgb(211, 167, 0) 100%);
}
.bl-award__title.mod_kantou {
  background: linear-gradient(130deg, rgb(207, 210, 212) 0%, rgb(229, 232, 233) 15%, rgb(215, 217, 219) 20.84%, rgb(184, 186, 190) 30%, rgb(200, 201, 204) 36.71%, rgb(229, 230, 232) 51.55%, rgb(240, 241, 242) 60%, rgb(196, 198, 200) 85%, rgb(188, 190, 194) 100%);
}
.bl-award__title.mod_lemon {
  background: #FFED00;
}
@media screen and (max-width: 767px) {
  .bl-award {
    margin-top: 60px;
    padding: 0;
  }
  .bl-award__title {
    margin: 0 auto 10px;
    padding: 16px 25px;
    display: flex;
    position: static;
    width: 295px;
    min-width: auto;
    height: 80px;
    height: auto;
    transform: translateY(-10px);
  }
  .bl-award__title img {
    height: 48px;
  }
  .bl-award__title .text {
    display: block;
    text-align: center;
    margin-left: 13px;
    width: 100%;
  }
  .bl-award__title .sdm {
    display: block;
    font-size: 1.1rem;
  }
  .bl-award__title .sdm br {
    display: none;
  }
  .bl-award__title .award {
    margin-top: 7px;
    display: block;
    margin-left: auto;
    font-size: 2.6rem;
  }
  .bl-award__title.mod_lemon .award {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-top: 0.1px;
    padding-bottom: 0.1px;
  }
  .bl-award__title.mod_lemon .award:before, .bl-award__title.mod_lemon .award:after {
    content: "";
    display: block;
  }
  .bl-award__title.mod_lemon .award:before {
    margin-top: -0.2em;
  }
  .bl-award__title.mod_lemon .award:after {
    margin-bottom: -0.2em;
  }
}

.bl-hero {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse nowrap;
  padding-left: 50px;
}
.bl-hero__profile {
  font-family: YakuHanJP, Inter, "Noto Sans JP", sans-serif;
}
.bl-hero__id {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 7rem;
  line-height: 1;
}
.bl-hero__id span {
  position: relative;
  top: 0.06em;
  line-height: 1;
  margin-left: 15px;
}
.bl-hero__team {
  margin-top: 18px;
}
.bl-hero__image {
  min-width: 450px;
  margin-left: 40px;
}
.bl-hero__image img {
  width: 100%;
}
.bl-hero__message {
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.5px;
}
.bl-hero__message p {
  margin-bottom: 1.25em;
}
.bl-hero + .bl-hero {
  margin-top: 70px;
}
.bl-hero.reverse {
  flex-direction: row;
  padding-right: 50px;
  padding-left: 0;
}
.bl-hero.reverse .bl-hero__image {
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .bl-hero {
    display: block;
    padding: 0 !important;
  }
  .bl-hero__image {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-width: auto;
  }
  .bl-hero__image img {
    width: 100%;
  }
  .bl-hero__content {
    padding: 30px 20px;
  }
  .bl-hero__id img {
    width: 50px;
  }
  .bl-hero__id span {
    font-size: 6rem;
  }
  .bl-hero__message {
    margin-top: 35px;
    font-size: 1.5rem;
  }
  .bl-hero + .bl-hero {
    margin-top: 32px;
  }
}

.bl-players {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .bl-players {
    margin-top: 85px;
  }
}

.bl-switch {
  margin-top: 60px;
}
.bl-switch__items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl-switch__item {
  width: 470px;
  height: 120px;
  background: #FFFFFF;
}
.bl-switch__button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: 1.8rem;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
.bl-switch__button img {
  width: 140px;
  height: 90px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media (min-width: 767.01px) {
  .bl-switch__button:hover {
    background-color: #1E2023;
    color: #FFFFFF;
  }
  .bl-switch__button:hover img {
    opacity: 1;
  }
}
.bl-switch__text {
  margin-left: 1em;
  font-family: YakuHanJP, Inter, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .bl-switch__item {
    width: min(175px, 46.6666666667vw);
    height: auto;
    aspect-ratio: 175/120;
    margin: 0 2px;
  }
  .bl-switch__button {
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
  }
  .bl-switch__button img {
    width: 110px;
    height: auto;
    display: block;
  }
  .bl-switch__text {
    margin: 0;
    font-size: 1.1rem;
  }
}

#tab-team1:checked ~ .bl-switch .bl-switch__button[for=tab-team1],
#tab-team2:checked ~ .bl-switch .bl-switch__button[for=tab-team2] {
  background: #F5F7FA;
  color: #1E2023;
}
#tab-team1:checked ~ .bl-switch .bl-switch__button[for=tab-team1] img,
#tab-team2:checked ~ .bl-switch .bl-switch__button[for=tab-team2] img {
  opacity: 1;
}

#tab-team1:checked ~ .bl-teams .bl-team.tab-team1,
#tab-team2:checked ~ .bl-teams .bl-team.tab-team2 {
  display: block;
}

#tab-team1, #tab-team2 {
  display: none;
}

.bl-teams {
  background: #F5F7FA;
  padding: 76px 0;
}
@media screen and (max-width: 767px) {
  .bl-teams {
    padding: 50px 0;
  }
}

.bl-team {
  display: none;
}
.bl-team__title .ja {
  color: #1E2023;
  font-size: 1.6rem;
}
.bl-team__lineups {
  margin: 40px auto 80px;
}
.bl-team__lineups p {
  font-size: 1.1rem;
  margin-top: 10px;
}
.bl-team__items {
  margin-top: 5px;
  margin-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: -7px;
  margin-right: -7px;
}
.bl-team__item {
  width: 33.3333333333%;
  margin-top: 25px;
  padding-left: 7px;
  padding-right: 7px;
}
.bl-team__position {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: YakuHanJP, Inter, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.bl-team.mod_malts .bl-team__position {
  background: #c89c00;
  color: #FFFFFF;
}
.bl-team.mod_heroes .bl-team__position {
  background: #011b6a;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .bl-team__title img {
    width: 278px;
  }
  .bl-team__title .ja {
    font-size: 1.5rem;
  }
  .bl-team__lineups {
    margin: 30px auto 50px;
  }
  .bl-team__lineups img {
    width: 100vw;
    max-width: none;
    margin-left: calc((100% - 100vw) / 2);
  }
  .bl-team__items {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .bl-team__item {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .bl-team__position {
    display: block;
    text-align: center;
    height: auto;
    font-size: 1.7rem;
    line-height: 1.6;
    padding: 13.5px 15px;
  }
  .bl-team__position > span {
    display: inline-block;
    white-space: nowrap;
  }
  .bl-team__position:before, .bl-team__position:after {
    content: "";
    display: block;
  }
  .bl-team__position:before {
    margin-top: -0.3em;
  }
  .bl-team__position:after {
    margin-bottom: -0.3em;
  }
}

.bl-person {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  background: #FFFFFF;
  border: #E1E3E6 solid 1px;
  padding: 14px;
  position: relative;
  z-index: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
.bl-person:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon/icon-angle-right-gld.svg) no-repeat center center/contain;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
}
@media (min-width: 767.01px) {
  .bl-person:hover {
    opacity: 0.7;
  }
}
.bl-person > img {
  margin-right: 12px;
  aspect-ratio: 104/124;
  background: #ccc;
  min-width: 104px;
}
.bl-person__profile {
  line-height: 1;
}
.bl-person__profile.number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.4rem;
}
.bl-person__profile.name {
  margin-top: 5px;
  margin-bottom: 9px;
  font-family: YakuHanJP, Inter, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  padding-right: 0.5em;
}
.bl-person__profile.rome {
  font-size: 1.3rem;
  font-weight: 500;
}
.bl-person.comeback, .bl-person.firsttime {
  position: relative;
  z-index: 0;
}
.bl-person.comeback:after, .bl-person.firsttime:after {
  content: "";
  display: block;
  width: 83px;
  height: 51px;
  background: no-repeat top right/contain;
  position: absolute;
  z-index: 1;
  top: -3px;
  right: 10px;
}
.bl-person.comeback:after {
  background-image: url(../img/players/status_comeback.svg);
}
.bl-person.firsttime:after {
  background-image: url(../img/players/status_new.svg);
}
@media screen and (max-width: 767px) {
  .bl-person > img {
    min-width: auto;
    width: 84px;
  }
}

.bl-profile {
  position: relative;
}
.bl-profile__screen {
  background: #FFFFFF;
  padding: 40px;
  margin: auto;
}
.bl-profile__teamlogo {
  width: 160px;
  height: 102px;
  background: no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 0;
}
.bl-profile__teamlogo.malts {
  background-image: url(../img/players/logo_malts.png);
}
.bl-profile__teamlogo.heroes {
  background-image: url(../img/players/logo_heroes.png);
}
.bl-profile__cols {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.bl-profile__cols > img {
  width: 186px;
}
.bl-profile__data {
  padding-left: 40px;
  line-height: 1;
}
.bl-profile__number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 10rem;
}
.bl-profile__position {
  margin-top: 0.8333333333em;
  font-size: 1.8rem;
}
.bl-profile__name-jp {
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 3.6rem;
}
.bl-profile__name-en {
  margin-top: 1em;
}
.bl-profile__catchcopy {
  margin-top: 62px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
}
.bl-profile__bodycopy {
  margin-top: 24px;
  line-height: 2;
}
.bl-profile__bodycopy:empty {
  display: none;
}
.bl-profile__about {
  margin-top: 80px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.bl-profile__spec {
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
}
.bl-profile__type, .bl-profile__value {
  border-top: solid 1px #E1E3E6;
  line-height: 1.6;
  padding: 25px 20px;
}
.bl-profile__type:before, .bl-profile__type:after, .bl-profile__value:before, .bl-profile__value:after {
  content: "";
  display: block;
}
.bl-profile__type:before, .bl-profile__value:before {
  margin-top: -0.3em;
}
.bl-profile__type:after, .bl-profile__value:after {
  margin-bottom: -0.3em;
}
.bl-profile__type:last-of-type, .bl-profile__value:last-of-type {
  border-bottom: solid 1px #E1E3E6;
}
.bl-profile__type {
  width: 200px;
  background: #F5F7FA;
}
.bl-profile__value {
  width: calc(100% - 200px);
}
.bl-profile__value#stats span {
  display: inline-block;
  white-space: nowrap;
  margin-right: 1em;
}
.bl-profile__navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bl-profile__prev, .bl-profile__next {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #FFFFFF;
}
.bl-profile__prev img, .bl-profile__next img {
  margin: 0 1em;
}
@media (min-width: 767.01px) {
  .bl-profile__prev:hover, .bl-profile__next:hover, .bl-profile__close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .bl-profile__screen {
    padding: 20px;
  }
  .bl-profile__teamlogo {
    position: static;
    display: block;
    margin: auto;
    width: 120px;
  }
  .bl-profile__cols > img {
    width: 120px;
    min-width: auto;
  }
  .bl-profile__data {
    padding-left: 20px;
  }
  .bl-profile__number {
    font-size: 5rem;
  }
  .bl-profile__position {
    font-size: 1.7rem;
  }
  .bl-profile__name-jp {
    font-size: 2.4rem;
  }
  .bl-profile__name-en {
    margin-top: 0.6em;
  }
  .bl-profile__catchcopy {
    margin-top: 44px;
    font-size: 2rem;
  }
  .bl-profile__bodycopy {
    margin-top: 1em;
  }
  .bl-profile__about {
    margin-top: 50px;
    font-size: 1.7rem;
  }
  .bl-profile__spec {
    display: block;
  }
  .bl-profile__type, .bl-profile__value {
    width: 100%;
    border: 0 !important;
  }
  .bl-profile__type {
    padding: 12px;
  }
  .bl-profile__value {
    padding: 20px 5px 40px;
  }
  .bl-profile__navi {
    padding: 38px 0 0;
  }
  .bl-profile__prev img, .bl-profile__next img, .bl-profile__close img {
    width: 30px;
    height: 30px;
  }
  .bl-profile__prev img {
    margin-left: 0;
    margin-right: 0.5em;
  }
  .bl-profile__next img {
    margin-right: 0;
    margin-left: 0.5em;
  }
}

body .modaal-wrapper .modaal-inner-wrapper {
  padding-top: 200px;
}
body .modaal-wrapper .modaal-container,
body .modaal-wrapper .modaal-content-container {
  background: none;
}
body .modaal-wrapper .modaal-content-container {
  padding: 0;
}
body .modaal-wrapper .modaal-container {
  width: 840px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
body .modaal-wrapper .modaal-close {
  position: absolute;
  right: 0;
  top: -80px;
  background: url(../img/players/icon-close.svg) no-repeat center center/contain;
}
body .modaal-wrapper .modaal-close:before, body .modaal-wrapper .modaal-close:after {
  display: none;
}
@media screen and (max-width: 767px) {
  body .modaal-wrapper .modaal-inner-wrapper {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
  body .modaal-wrapper .modaal-container {
    width: calc(100vw - 40px);
  }
  body .modaal-wrapper .modaal-close {
    top: -50px;
    width: 30px;
    height: 30px;
  }
}

body .if-screen__effect {
  will-change: transform;
}
body .if-screen__effect.effect-fadeinLeft {
  transform: translate(0, 0) !important;
  position: relative;
  right: -6%;
}
body .if-screen__effect.effect-fadeinLeft.if-screen__enable.in-screen {
  right: 0;
}
body .if-screen__effect.effect-fadeinRight {
  transform: translate(0, 0) !important;
  position: relative;
  left: -6%;
}
body .if-screen__effect.effect-fadeinRight.if-screen__enable.in-screen {
  left: 0;
}