@charset "UTF-8";
/* Layout */
.contents-inner.col-2 {
  display: flex;
  justify-content: space-between;
}
.contents {
  display: flex;
  flex-flow: wrap;
  background-color: #FCD7E9;
}
.top .contents-inner {
  padding: 84px 0 128px;
}

.important .top .contents-inner {
/* padding: 198px 0 128px; */
padding: 175px 0 128px;
}

.main-area {
  width: 100%;
  max-width: 700px;
}
.main-contents {
  width: 100%;
  max-width: 700px;
  flex-flow: wrap;
  display: flex;
  justify-content: space-between;
}
.main-contents:not(:last-of-type) {
  margin-bottom: 20px;
}
.top .main-contents:last-of-type {
  padding-bottom: 48px;
}

/* Main area */
.main-contents-inner {
  width: 100%;
  padding: 0 20px;
}

/* Side area */
.side-area {
  width: 320px;
  margin-left: 20px;
  padding-top: 28px;
}

.side-contents:not(:last-of-type) {
  margin-bottom: 20px;
}
.side-contents-inner {
  margin: 0 auto;
  padding: 0 10px 30px;
}
.side-contents .schedule:nth-of-type(1) {
  padding-top: 30px;
}
.side-contents .schedule:nth-of-type(3) .schedule-list li {
  border-bottom: 1px solid #D5D5D5;
}

/* button under slide */
.top .link-participate {
  padding: 36px 0 46px;
}


/* Leader Board */
.mod-ttl-border-left {
  padding: 0 0 10px 20px;
}
.mod-tournament-info .block-ico-text {
  display: flex;
  align-items: center;
  padding-right: 1em;
}
.block-text {
  max-width: 64%;
}

.mod-ttl-border-left.bottom-narrow {
  margin-bottom: 10px;
}



.top .mod-ttl-round-area {
  display: flex;
  justify-content: space-between;
  padding: 0 0 4px;
}

.top .mod-ttl-round {
  color: #44383D;
  font-size: 18px;
  padding-left: 4px;
}

.top .mod-live-broadcast a {
  color: #F62A69;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}

.top .mod-live-broadcast a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/images/live_tv-24px.svg");
  background-size: contain;
  vertical-align: text-bottom;
  margin-right: 4px;
}

.top .mod-live-broadcast a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/images/launch-24px.svg");
  background-size: contain;
  vertical-align: middle;
  margin-left: 4px;
}



/* Topics Up-Date */
.top .main-contents-topics {
  display: flex;
  width: 60%;
  max-width: 418px;
  flex-flow: column;
}

.top .mod-topics-list {
  padding: 36px 12px 44px;
}
.mod-topics-list li {
  display: flex;
}
.mod-topics-list li:not(:last-child) {
  padding-bottom: 20px;
}
.mod-topics-list li a {
  display: flex;
  align-items: center;
  width: calc(100% - 54px);
}
.mod-topics-list li a:hover {
  text-decoration: underline;
}

.top .main-contents-update {
  display: flex;
  width: 38.9%;
  max-width: 272px;
  flex-flow: column;
}
.top .main-contents-update .main-contents-inner {
  padding: 0;
}
.mod-update-list {
  margin: 24px auto 66px;
  width: 100%;
  max-width: 200px;
}
.mod-update-list li:nth-child(n+6) {
    display: none;
}
.mod-update-list li:not(:last-child) {
  padding-bottom: 18px;
}
.mod-update-list .picture-circle {
  display: flex;
  flex-flow: wrap;
}
.mod-update-list .picture-circle img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.mod-update-list .caption {
  display: flex;
  flex-flow: column;
  margin-left: 6px;
}
.mod-update-list .update-time {
  color: #707070;
  font-size: 13px;
}
.mod-update-list .players-name {
  font-size: 16px;
}
.mod-update-list li a:hover .players-name {
  text-decoration: underline;
}



/* Players Card Top Page */
.top .mod-players-card {
  margin: 0 auto 40px;
}
.top .mod-players-card {
  display: flex;
  flex-wrap: wrap;
  max-width: 680px;
  width: 100%;
  padding: 0;
  /* adjust */
}
.top .mod-players-card li {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  width: calc((100% - 64px) / 5);
  box-sizing: border-box;
  margin: 0 8px 24px;
  padding: 8px 11px;
}
.top .mod-players-card li:first-of-type,
.top .mod-players-card li:nth-of-type(6) {
  margin-left: 0;
}
.top .mod-players-card li:nth-of-type(5n) {
  margin-right: 0;
}
.top .mod-players-card li:nth-of-type(n+6) {
  margin-bottom: 0;
}


.top .mod-players-card .mod-players-figure img {
  width: 100%;
  height: auto;
}
.top .mod-players-card .mod-players-caption {
  color: #4A4A4A;
  font-size: 14px;
  text-align: center;
}
.top .mod-players-card .players-name {
  color: #707070;
  font-size: 14px;
  padding: 11px 0;
}


/* News Card Top only */
.top .mod-news-card {
  margin: 36px auto 0;
}
.top .mod-news-card li {
  width: 33.3%;
}


/* VOTE! area */
.top .mod-vote-inner {
  background-color: #F6E4ED;
  position: relative;
  margin: 16px auto 50px;
  padding: 40px 12px;
}
.top .mod-vote-inner::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 28px;
  border: 15px solid transparent;
  border-bottom: 15px solid #F6E4ED;
}
.top .mod-vote-announce {
  color: #7B354F;
  font-size: 18px;
  padding-bottom: 28px;
	  /*ggmg+add*/
	font-size: 20px;
    font-weight: bold;
	color: #f93f7e;
}
.top .mod-vote-inner .mod-button-area {
  margin-top: 10px;
  padding-bottom: 0;
}

/* Top advertisement */
.top .mod-advertisement.banner03 {
  margin: 172px auto 0 !important; /* Temporary Using */
}


/* Side area */

/* Status */
.side-contents .status {
  border-radius: 4px;
  font-size: 12px;
  height: 20px;
	  /*ggmg+add*/
  border-radius: 2px;
  height: auto;
  padding: .2em .8em;
}
.side-contents .status.finish {
  width: 70px;
  height: 20px;
}
.side-contents .status-img.breaking {
  width: 64px;
  background-color: #E90725;
  border: 1px solid #E90725;
  outline: none;
	  /*ggmg+add*/
	width:auto;
}
.side-contents .status.decide {
  background-color: #E90725;
  background: #E90725;
  border: none;
  outline: none;
  color: #fff;
  width: 68px;
	  /*ggmg+add*/
	width:auto;
}
.side-contents .status-img.voting {
  background-color: #F62A69;
  background: #F62A69;
  border: none;
  outline: none;
  color: #fff;
  width: 64px;
	  /*ggmg+add*/
	width:auto;
}
.side-contents .status-img.before-voting {
  background-color: #2D9AA7;
  border: none;
  outline: none;
  color: #fff;
  width: 64px;
	  /*ggmg+add*/
	width:auto;
}

/* Side Arrow */
.arrow-right {
  background-color: #44383D;
  border-radius: 6px 0 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  width: 60px;
  height: 44px;
  line-height: 44px;
  padding: 0 0 0 16px;
  position: relative;
  font-size: 16px;
  margin-right: 48px;
	  /*ggmg+add*/
    background-color: #222;
}
.arrow-right::before {
  border-width: 22px 0 22px 14px;
  border-color: transparent transparent transparent #44383D;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -14px;
  top: 0;
  width: 0;
  border-style: solid;
	  /*ggmg+add*/
	border-color: transparent transparent transparent #222;
}
.arrow-right::after {
  background: #44383D;
  border-radius: 6px 0 0 6px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
	  /*ggmg+add*/
	background: #222;
}

/* Schedule */
.schedule-title {
  border-radius: 0 6px 0 0;
  font-size: 15px;
  margin-bottom: 14px;
	  /*ggmg+add*/
  margin-bottom: 0px;
}
.side-contents .schedule .notice {
  font-size: 14px;
  text-align: center;
  /* padding-bottom: 6px; */
	  /*ggmg+add*/
  padding: 8px;
}
.schedule-list li {
  text-align: left;
  padding: 14px 0 14px 10px;
	  /*ggmg+add*/
	border-bottom: 1px solid #D5D5D5;
	background-color: #f1f1f1;
}
.schedule-list li:not(:last-of-type) {
  border-bottom: 1px solid #D5D5D5;
}
.schedule-list li a {
  display: block;
}
.schedule-list-time {
  display: flex;
  align-items: center;
  color: #707070;
  font-size: 13px;
}
.schedule-list-title {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding-top: 4px;
}
.schedule-list-title::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/images/arrow_right-24px.svg");
  background-size: 24px auto;
  vertical-align: middle;
  background-position: right center;
}
.schedule-list li a:hover .schedule-list-title {
  text-decoration: underline;
}

/* Message */
.side-message {
  margin: 58px auto 32px;
  padding: 14px 0px 14px 0;
  width: 100%;
  max-width: 300px;
  height: 440px;
  overflow-y: scroll;
  white-space: nowrap;
}
/* scroll */
.side-message::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.side-message::-webkit-scrollbar-track {
  border-radius: 2px;
}
.side-message::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #AEAEAE;
}

.side-message li {
  text-align: left;
  margin: 0 10px 0 0;
  padding: 14px 10px;
}
.side-message li:first-of-type {
  padding-top: 0;
}
.side-message li:not(:last-of-type) {
  border-bottom: 1px solid #D5D5D5;
}
.side-message .picture-circle {
  display: flex;
  flex-flow: wrap;
}
.side-message .picture-circle img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.side-message .caption {
  display: flex;
  flex-flow: column;
  margin-left: 8px;
  text-align: left;
  width: calc(100% - 48px);
	  /*ggmg+add*/
    width: calc(100% - 62px);
}

/* =.mod-update-list .update-time */
.side-message .message-nickname {
  font-size: 13px;
  font-weight: bold;
  word-break: break-all;
  white-space: normal;
	  /*ggmg+add*/
  font-size: 14px;
}

.side-message .message-sns-link {
  color: #1870E2;
  font-size: 14px;
  word-break: break-all;
  white-space: normal;
}
.side-message .message-sns-link:hover {
  text-decoration: underline;
}

/* =.mod-update-list .players-name */
.side-message .message-comment {
  color: #707070;
  font-size: 14px;
  word-break: break-all;
  white-space: normal;

}


/* side button area */
.side-contents .mod-button-area {
  margin-top: 0;
}


/* Advertisement */
.advertisement {
  display: flex;
  text-align: center;
}
.advertisement a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-area .advertisement {
  width: 355px;
	  /*ggmg+add*/
	width:100%;
	max-width: 355px;
}
.main-area .advertisement.banner01 {
  margin: 0 auto 20px;
}
.main-area .advertisement.banner01 a {
  display: block;
  margin: 0 auto;
}
.main-area .advertisement.banner01 a img {
  width: 355px;
  height: auto;
  display: block;
	  /*ggmg+add*/
	width:100%;
	max-width: 355px;
}
.side-area .advertisement {
  width: calc(100% - 20px);
  max-width: 300px;
}
.side-area .advertisement.banner02 {
  margin: 0 auto 48px;
}
.side-area .advertisement.banner02 div {
  width: 100%;
  max-width: 300px;
  height: 250px;
}
.side-area .advertisement.banner03 {
  margin: 44px auto 48px;
}
.side-area .advertisement.banner03 a {
  display: block;
}
.side-area .advertisement.banner03 a img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}

/* side Instagram */
.side-contents.instagram {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.instagram-ttl {
  font-size: 20px;
  text-align: left;
  padding-bottom: 12px;
}
.instagram-hashtag-list {
  display: flex;
  padding-bottom: 12px;
}
.instagram-hashtag-list li {
  color: #707070;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}
.instagram-hashtag-list li:not(:first-of-type) {
  margin-left: 1em;
}
/* Temporary Description */
.instagram-inner img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 300px;
}

/*.ulizahtml5 .vjs-play-start-button:before {*/
/*    position: absolute!important;*/
/*}*/

@media screen and (max-width: 1099px) {

    /* add */
  .top .contents-inner {
    padding: 166px 0 128px;
  }

  /* Layout */
  .contents-inner.col-2 {
    display: block;
  }
  .main-area, .main-contents {
    width: 100%;
    max-width: 100%;
  }
  .main-contents-inner {
    padding: 0 10px;
  }
  .side-area {
    width: 100%;
    margin-left: 0;
    padding-top: 16px;
	  /*ggmg+add*/
    padding-top: 48px;
  }
  .top .main-contents:last-of-type {
    padding-bottom: 0;
  }
  .top .main-contents:first-of-type .mod-ttl-border-left:first-of-type {
    padding: 0 0 10px 20px;
    margin: 20px 0;
  }
  .top .main-contents:nth-of-type(2) .mod-ttl-border-left:first-of-type {
    padding: 0 0 10px 20px;
    margin: 20px 0;
  }
  .top .main-contents:nth-of-type(3) .mod-ttl-border-left:first-of-type {
    padding: 0 0 10px 20px;
    margin: 20px 0;
  }
  .top .main-contents:last-of-type .main-contents-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .top .main-contents:last-of-type .main-contents-inner:first-of-type {
    padding-top: 32px;
  }



  /* Topics Up-Date */
  .top .main-contents-topics {
    width: 100%;
    max-width: 100%;
    flex-flow: column;
    margin-bottom: 20px;
  }
  .top .main-contents-update {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-flow: column;
  }
  .mod-update-list {
    margin: 24px auto 36px;
    width: 100%;
    max-width: calc((100% - 40px));
    display: flex;
    flex-flow: wrap;
  }
  .mod-update-list li {
    padding-bottom: 18px;
    width: 50%;
  }
  .mod-update-list li:nth-child(n+6) {
    display: list-item;
  }
  /* 不要かも */
  .mod-update-list li:not(:last-child) {
    padding-bottom: 18px;
    width: 50%;
  }
  .top .mod-topics-list {
    margin: 0 auto;
    padding: 36px 0 44px;
    width: calc(100% - 40px);
  }


  /* Vote area */
  .top .mod-vote-inner {
    margin: 36px auto 72px;
    padding: 40px 12px 64px;
	  /*ggmg+add*/
    padding: 40px 12px 54px;
	}
  .top .mod-vote-inner:nth-of-type(2) {
    margin-bottom: 32px;
  }
  .top .mod-advertisement.banner03 {
    display: none;
  }
  .top .mod-vote-announce {
    padding-bottom: 0;
    font-size: 17px;
	  /*ggmg+add*/
    font-size: 18px;
    font-weight: bold;
	}


  /* advertisement */
  .main-area .advertisement {
    width: calc(100% - 20px);
  }


  /* Side area */
  .side-message {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 36px auto; /* adjust */
  }
  .side-message {
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
  .side-message li {
  margin: 0 8px 0 0; /* adjust */
  padding: 14px 8px 14px 0; /* adjust */
  }
  .side-message .picture-circle img {
    width: 36px; /* adjust */
    height: 36px; /* adjust */
	  /*ggmg+add*/
    width: 42px;
    height: 42px;
    border: 1px solid #AEAEAE;
	}
  .side-message .message-nickname,
  .side-message .message-comment {
    font-size: 12px; /* adjust */
	  /*ggmg+add*/
	  font-size: 14px;
	}
  .side-message .message-sns-link {
    font-size: 13px; /* adjust */
	  /*ggmg+add*/
	  font-size: 15px;
	  line-height: 1.5;
  }
  .side-contents.instagram {
    width: calc(100% - 48px);
    max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
    .top .contents-inner {
        padding: 116px 0 128px;
    }
}

@media screen and (max-width: 980px) {

    .top .contents-inner {
        padding: 82px 0 128px;
    }

    /* add */
    .important .top .contents-inner {
        /*padding: 136px 0 60px;*/
        padding: 119px 0 60px;
    }
  /* Leader Board */
  .mod-tournament-info .block-ico-text {
    padding-right: 0;
  }
  .mod-tournament-info .period {
    width: 100%;
  }
  .block-text {
    display: flex;
    max-width: 100%;
  }

  /* Player Card */
  .top .mod-players-card li {
      width: calc((100% - 32px) / 3 );
      min-width: 91px;
  }
  .top .mod-players-card li:nth-of-type(6) {
    margin-left: 8px;
    margin-bottom: 24px;
  }
  .top .mod-players-card li:nth-of-type(10) {
    display: none;
  }

  /*ggmg+add*/
	.schedule-list-title {
		font-size: 16px;
		font-weight: bold;
	}
	  /*ggmg+add*/
	.side-contents .schedule .notice {
		font-size: 14px;
		padding: .8em;
		}

	@supports (-ms-ime-align: auto) {
    .top .mod-players-card li {
      width: calc((99% - 32px) / 3 );
    }
  }

  .top .mod-players-card li:nth-of-type(1),
  .top .mod-players-card li:nth-of-type(4),
  .top .mod-players-card li:nth-of-type(7) {
  margin-left: 0;
  }

  .top .mod-players-card li:not(:nth-last-child(-n+4)) {
    margin-bottom: 24px;
  }

  .top .mod-players-card li:nth-of-type(3n) {
  margin-right: 0;
  }
  .top .mod-players-card li:nth-of-type(4n) {
  margin-right: 8px;
  }
  .top .mod-players-card li:nth-of-type(5) {
    margin-right: 8px;
  }
  .top .mod-players-card li:nth-of-type(6) {
    display: flex;
  }

  /* Side */
  .side-message {
    height: auto;
  }
  .side-area .advertisement.banner03 {
    margin: 60px auto 0;
  }
}



@media screen and (max-width: 767px) {

    /* 116px + 32px */
    .important .top .contents-inner {
      /*padding: 148px 0 60px;*/
      padding: 116px 0 60px;
  }

  /* News Area */
  .mod-ttl-w124 {
    width: 106px;
  }
  .title-news-index {
    padding: 24px 0 24px 16px;
  }
  /* News Card */
  .top .mod-news-card li {
    width: 100%;
  }
	.side-contents .schedule:nth-of-type(1) {
		padding-top: 12px;
		}
	.side-contents-inner {
		margin: 0 auto;
		padding: 12px 0px;
		}
	.schedule-title {
		border-radius: 0;
		}
	.arrow-right {
		  border-radius: 0;
		width: 3.6em;
		font-size: 16px;
		margin-right: 2em;
		}
	.arrow-right::before {
		/*ggmg+add*/
		border-color: transparent transparent transparent #222;
		}
	.arrow-right::after {
		/*ggmg+add*/
		background: #222;
		border-radius: 0;
		}

}

@media screen and (max-width: 414px) {
    /* スマホのみ以下のクラスを効かないようにする */
    .side-area {
      width: 100%;
      margin-left: 0;
      padding: 0; /*追記*/
    }
    .side-area .advertisement.banner02 {
      margin: 0 auto; /*非活性*/
      padding: 48px 0; /*追記*/
    }
    .side-area .advertisement {
      max-width: 90%; /*変更*/
    }
    .advertisement {
      display: block;
    }
    .side-area .advertisement.banner02 div {
      width: 100%;
      max-width: 100%;
      height: auto;
    }
    .side-area .advertisement.banner03 {
      max-width: 70%; /*追記*/
    }
}


@media screen and (max-width: 320px) {

  /*Player Card*/
  .top .mod-players-card li {
      width: calc((100% - 32px) / 3 );
      min-width: 74px;
  }
}
