@charset "UTF-8";

/*
 * モンストeスポーツ共通
 */
.esports {
  padding-bottom: 60px;
  color: #fff;
  text-align: left;
  line-height: 1;
  background-color: #1a1a1a;
}
.esports__body {
  padding: 0 15px;
}

/* 共通ヘッダ */
.esportsHeader {
  background-image: url("/esports/assets/img/common/bg-sp.png");
  background-repeat: no-repeat;
  margin-top: -10px;
  padding: 52px 0 49px;
  background-position: 50% 50%;
  background-size: cover;
}
.esportsHeader__title {
  position: relative;
}
.esportsHeader__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -46px 0 0 -53px;
  width: 106px;
  height: 105px;
  background-image: url(/esports/assets/img/common/title-circle-sp.png);
  background-repeat: no-repeat;
  background-size: 106px 105px;
}

.esportsHeader__titleText {
  position: relative;
  z-index: 2;
  display: block;
  background-image: url("/esports/assets/img/common/title.png");
  background-repeat: no-repeat;
  background-size: 278px 31px;
  width: 278px;
  height: 31px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  margin: 0 auto;
}
.esportsHeader__nav {
  position: relative;
  z-index: 4;
}
.esportsHeader__list {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding-top: 24px;
}
.esportsHeader__item {
  position: relative;
}
.esportsHeader__item:nth-child(2):before,
.esportsHeader__item:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 2px;
  height: 31px;
  background: #ffffff;
}
.esportsHeader__item:nth-child(2):before {
  left: -2px;
}
.esportsHeader__item:nth-child(2):after {
  right: -2px;
}

.esportsHeader__link {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  color: #fff;
  padding: 0 17px 16px;
  row-gap: 5px;
  line-height: 1;
}
.esportsHeader__link:hover {
  text-decoration: none;
}
.esportsHeader__link[data-active="true"] {
  color: #a7d12c;
}
.esportsHeader__link[data-active="true"]::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 52px;
  height: 4px;
  background-color: #a7d12c;
}
.esportsHeader__textEn {
  font-family: Oswald;
  font-size: 16px;
}
.esportsHeader__textJa {
  font-size: 10px;
}

/* 共通タイトル */
.esportsTitle {
  display: grid;
  row-gap: 4px;
  align-items: center;
  justify-items: center;
  padding-bottom: 30px;
  line-height: 1;
}
.esportsTitle__en {
  font-family: Oswald;
  font-size: 36px;
}
.esportsTitle__ja {
  font-size: 16px;
}

/* 共通ボタン */
.esportsButtonWrapper {
  display: grid;
  row-gap: 6px;
}
.esportsButton {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 61px;
  box-sizing: border-box;
  padding: 10px 20px 10px 10px;
  background-image: linear-gradient(to bottom, #fff, #ccc);
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  text-align: left;
}
.esportsButton:hover {
  text-decoration: none;
}
.esportsButton::after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #000;
}
.esportsButtonCaption {
  font-size: 10px;
}

/* 共通ページング */
.esportsPageLists {
  display: grid;
  grid-template-columns: repeat(auto-fit, 32px);
  gap: 20px;
  place-items: center;
  place-content: center;
  padding: 60px 52px 0;
}
.esportsPageLists .current_page,
.esportsPageLists .link_page {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #393939;
  color: #ffffff;
  width: 32px;
  height: 28px;
}
.esportsPageLists .current_page {
  background-color: #393939;
}
.esportsPageLists .link_page {
  background-color: #000000;
}
.esportsPageLists .link_page:hover {
  text-decoration: none;
}

/*
 * 大会情報
 */

/* 一覧 */
.esportsInformation {
}
.esportsInformation__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
.esportsInformation__item {
}
.esportsInformation__link {
  color: #fff;
}
.esportsInformation__link:hover {
  text-decoration: none;
}

.esportsInformation__thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border: 1px solid #393939;
  height: 194px;
}
.esportsInformation__img {
  max-width: 100%;
  max-height: 100%;
}
.esportsInformation__date {
  display: block;
  padding: 10px 0 6px;
  font-size: 12px;
  font-family: Oswald;
  border-bottom: 1px solid #393939;
}
.esportsInformation__title {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

/* 詳細 */
.esportsInformation__article {
  padding: 0;
}
.esportsInformation__articleDate {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #393939;
  font-family: Oswald;
  font-size: 12px;
}
.esportsInformation__articleTitle {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.5;
}
.esportsInformation__articleBody {
  font-size: 12px;
  line-height: 1.75;
}
.esportsInformation__articleBody p {
  word-break: break-all;
}
.esportsInformation__articleBody p + p {
  padding-top: 10px;
}
.esportsInformation__articleBody p span {
  color: #fff500;
}

.esportsInformation__articleBody a {
  color: #fff;
  text-decoration: underline;
  word-wrap: break-word;
}
.esportsInformation__articleBody a:hover {
  text-decoration: none;
}
.esportsInformation__articleBody img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.esportsInformation__articleBody .youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.esportsInformation__articleBody .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 共通記事送り */
.esportsArticleNav {
  display: grid;
  grid-template-columns: 38px 180px 38px;
  column-gap: 40px;
  place-content: center;
  place-items: center;
  border-top: 1px solid #393939;
  margin-top: 60px;
  padding-top: 10px;
}

.esportsArticleNav__prevLink,
.esportsArticleNav__backLink,
.esportsArticleNav__nextLink {
  color: #fff;
}
.esportsArticleNav__prevLink,
.esportsArticleNav__nextLink {
  font-family: Oswald;
  font-size: 12px;
}
.esportsArticleNav__prevLink:hover,
.esportsArticleNav__nextLink:hover,
.esportsArticleNav__backLink:hover {
  text-decoration: none;
}

.esportsArticleNav__backLink {
  font-size: 12px;
  text-decoration: underline;
}

.esportsArticleNav__prevLink::before {
  content: "＜ ";
}
.esportsArticleNav__nextLink::after {
  content: " ＞";
}

/*
 * 選手情報
 */

/* 一覧 */
.esportsPlayer {
}
.esportsPlayer__information {
  padding: 20px 10px 20px 20px;
  background-color: #333333;
  border-radius: 10px;
}
.esportsPlayer__informationInner {
  display: grid;
  row-gap: 20px;
  height: 322px;
  overflow-y: auto;
  line-height: 1.75;
  padding-right: 10px;
}

.esportsPlayer__informationInner::-webkit-scrollbar {
    width: 10px;
}
 
.esportsPlayer__informationInner::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 5px;
}
 
.esportsPlayer__informationInner::-webkit-scrollbar-thumb {
    background-color: #767676;
    border-radius: 5px;
}

.esportsPlayer__informationText {
  font-size: 12px;
}
.esportsPlayer__informationList {
}
.esportsPlayer__informationItem {
  font-size: 10px;
}
.esportsPlayer__informationLink {
  color: #fff;
  text-decoration: underline;
}
.esportsPlayer__informationLink:hover {
  text-decoration: none;
}

.esportsPlayer__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding-top: 30px;
}
.esportsPlayer__item {
}
.esportsPlayer__link {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.esportsPlayer__link:hover {
  text-decoration: none;
}

.esportsPlayer__thumbnail {
  position: relative;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.esportsPlayer__thumbnail::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #393939;
  box-sizing: border-box;
}

.esportsPlayer__thumbnail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: linear-gradient(
    to bottom,
    rgba(26, 26, 26, 0),
    #1a1a1a 87%
  );
}
.esportsPlayer__img {
  max-width: 100%;
  max-height: 100%;
}

.esportsPlayer__name {
  padding-top: 5px;
  font-size: 10px;
  text-align: center;
  word-break: break-all;
}

/* 詳細 */
.esportsPlayer__article {
}
.esportsPlayer__articlePhoto {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: solid 1px #323232;
  background: #000000;
}
.esportsPlayer__articlePhotoImg {
  width: 150px;
  height: 150px;
}
.esportsPlayer__articleName {
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  word-break: break-all;
}
.esportsPlayer__articleData {
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
}
.esportsPlayer__articleDl {
  display: grid;
  grid-template-columns: 124px 1fr;
  font-size: 12px;
}
.esportsPlayer__articleDl + .esportsPlayer__articleDl {
  border-top: 1px solid #393939;
}
.esportsPlayer__articleDt {
  padding: 10px 0 10px 16px;
}
.esportsPlayer__articleDd {
  padding: 10px 0 10px 16px;
  border-left: 1px solid #393939;
  line-height: 1.4;
}
.esportsPlayer__articleOfficialSns {
  display: grid;
  grid-template-columns: 1fr 36px;
  align-items: center;
  margin: 0 auto;
  padding-top: 46px;
  width: 163px;
}
.esportsPlayer__articleOfficialSnsText {
  font-family: Oswald;
  font-size: 20px;
}

/*
 * 大会サポートプログラム
 */
.esportsSupport {
}

.esportsSupport__container {
  border-radius: 10px;
  padding: 30px 20px;
  background-color: #333333;
}
.esportsSupport__section {
  position: relative;
}
.esportsSupport__section + .esportsSupport__section {
  padding-top: 40px;
}
.esportsSupport__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}
.esportsSupport__eventList {
  padding: 16px 0 0;
  display: grid;
  row-gap: 20px;
}
.esportsSupport__eventItem {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #1c1c1c;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  padding: 16px 16px 16px 44px;
}
.esportsSupport__eventItem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -9px;
  width: 17px;
  height: 12px;
  background-image: url("/esports/assets/img/support/check.png");
  background-repeat: no-repeat;
  background-size: 17px 12px;
}

.esportsSupport__subTitle {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #ffffff;
}

.esportsSupport__contentList {
  padding: 10px 0 0 20px;
}
.esportsSupport__contentItem {
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  color: #ec2133;
  list-style-type: disc;
}
.esportsSupport__contentItem + .esportsSupport__contentItem {
  padding-top: 0;
}

.esportsSupport__contentImg {
  margin: 0 auto;
  width: 185px;
  height: 168px;
  background-image: url("/esports/assets/img/support/oragon-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  -webkit-user-select: none;
}

.esportsSupport__aboutLogo {
  margin: 40px auto 0;
  width: 175px;
  height: 125px;
  background-image: url("/esports/assets/img/support/monsterstrike-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  -webkit-user-select: none;
}
.esportsSupport__aboutLogo img {
  width: auto;
  height: 126px;
}

.esportsSupport__aboutDescription {
  padding-top: 48px;
  font-size: 12px;
  line-height: 16px;
}
.esportsSupport__aboutButtonArea {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.esportsSupport__aboutButton {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 10px 20px 10px 10px;
  background-color: #d52525;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.esportsSupport__aboutButton:hover {
  text-decoration: none;
}
.esportsSupport__aboutButton::after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.esportsSupport__block {
  padding-top: 15px;
}

/*
 * お問い合わせ
 */
.contact {
  padding: 35px 15px 15px;
  color: #fff;
  line-height: 1;
  text-align: left;
}
.contact__title {
  padding: 0 0 40px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.contact__container {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
}
.contact__inner {
  display: grid;
  row-gap: 30px;
  border-radius: 10px;
  padding: 20px;
  background-color: #333333;
}
.contact__subTitle {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #ffffff;
}

.contact__buttons {
  display: grid;
  row-gap: 15px;
  padding-top: 15px;
}
