@charset "UTF-8";


.tournaments {
  background-color: #fff;
}
#leaderboard::after,
#player::after,
#voting::after {
  content: '';
  display: block;
  background: #f5f5f5;
  height: 2px;
  width: calc(100% - 90px);
  max-width: 930px;
  margin: 80px auto;
}

.vote-accepting .voting::before {
  display: none;
}
.player-decide .player::before {
  display: none;
}
.tournament-before .summary::before {
  display: none;
}


/* Main area */
.contents-inner.mod-votes-main {
  display: flex;
  padding: 130px 0 40px;
  width: calc(100% - 60px);
  max-width: 980px;
}
.important .contents-inner.mod-votes-main {
  padding: 180px 0 40px;
}

.mod-vote-ttl-block {
  width: 100%;
}
.mod-votes-main .mod-ttl-border-left {
  margin-top: 0;
  width: 100%;
}
.mod-block-ttl-advertisement {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  max-width: 520px;
}
.mod-votes-main .mod-movie {
  display: flex;
  margin-left: 60px;
  width: 100%;
  max-width: 400px;
  height: 56.25%;
  max-height: 225px;
  position: relative;
  overflow: hidden;
}
.mod-movie > div {
  content: '';
  display: block;
}
.mod-movie iframe {
  width: 100vw;
  max-height: 100%;
  height: 100vh;
  max-width: 100%;
  margin: auto;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mod-votes-main .mod-tournament-info {
  font-size: 13px;
  flex-flow: column;
  align-items: flex-start;
}
.mod-votes-main .block-ico-text {
  margin-bottom: 8px;
  width: 100%;
}

.mod-advertisement.banner05 a {
  display: block;
  vertical-align: bottom;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.mod-advertisement.banner05 img {
  width: 375px;
}


/* Local Nav area */
.local-nav ul {
  display: flex;
  display: flex;
  flex-flow: wrap;
}
.nav-main {
  background-color: #F1175A;
  height: 56px;
  border-bottom: 6px solid #FF4E85;
  padding-left: 30px;
}
.nav-main-inner {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}
.nav-main li {
  display: flex;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.nav-main .no-contents {
  background-color: #707070;
  color: #D5D5D5;
  width: 94px;
  height: 50px;
  padding-top: 0;
}
.nav-main li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  width: 94px;
  height: 50px;
  text-align: center;
  transition: .5s all;
}

.side-fixed-nav-ul {
  border-left: none;
}
.side-fixed-nav-ul li div, .side-fixed-nav-ul li a {
  background-color: transparent;
  border-right: none;
  border-bottom: none;
  font-size: 14px;
}

.nav-main li .active,
.side-fixed-nav-ul li a.active {
  background-color: #FF4E85;
  height: 50px;
  text-decoration: none;
}
.nav-main li a:hover,
.side-fixed-nav-ul li a:hover {
  background-color: #FF4E85;
  opacity: .8;
}
.nav-sub {
  background-color: #F6EAED;
  height: 56px;
  margin-bottom: 40px;
  padding-left: 100px;
}
.nav-sub li {
  display: flex;
  align-items: center;
}
.nav-sub li:not(:first-child) {
  margin-left: 80px;
}
.nav-sub .no-contents {
  color: #AEAEAE;
}
.nav-sub li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF4E85;
  font-size: 14px;
  text-align: center;
  transition: .5s all;
}
.nav-sub li .active {
  color: #FF4E85;
}
.nav-sub li a:hover, .nav-sub li a:hover .active {
  opacity: .6;
}
.nav-sub li a:hover {
  color: #FF4E85;
  opacity: 1;
  text-decoration: underline;
}

/* for Override */
.side-fixed-nav-ul {
  border-top: none;
  border-bottom: none;
}
.side-fixed-nav-ul li {
  background-color: transparent;
}
.side-fixed-nav-ul li div, .side-fixed-nav-ul li a {
  border-right: none;
  border-bottom: none;
  height: 50px;
  font-size: 14px!important;
}

/* Table area */
.mod-table-contents02 {
  table-layout: fixed;
  width: 100%;
  max-width: 430px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
  border-collapse: collapse;
}
.mod-table-contents02 tr {
  border-bottom: 1px solid #FCA6A6;
}
.mod-table-contents02 th {
  background-color: #FCDDE8;
  font-weight: bold;
  vertical-align: top;
}
.mod-table-contents02 th,
.mod-table-contents02 td {
  padding: 14px;
  white-space: pre-wrap;
}
.voting .mod-table-contents01 {
  max-width: 375px;
  margin: 32px 0 70px 20px;
  border-top: 1px solid #d5d5d5;
}
.voting .mod-table-contents01 .mod-table-title {
  background-color: #FFE6F2;
  color: #232323;
}
.voting .mod-table-contents01 th, .voting .mod-table-contents01 td {
  padding: 10px;
}
.voting .mod-table-list tr:nth-of-type(odd) {
  background-color: #fff;
}
.voting .mod-table-title th:nth-of-type(1) {
  width: 70px;
}
.voting .mod-table-title th:nth-of-type(2) {
  width: 52%;
  max-width: 210px;
  color: #2D62A7;
}
.voting .mod-table-list td:nth-of-type(2) a {
  color: #2D62A7;
}
.voting .mod-table-title th:nth-of-type(3) {
  width: 124px;
}
.voting .mod-table-title th:nth-of-type(3),
.voting .mod-table-list td:nth-of-type(3) {
  color: #707070;
  font-weight: normal;
  text-align: right;
}
.player .mod-table-contents02 {
  width: 100%;
  max-width: 474px;
  margin-top: 4px;
  border-top: 2px solid #232323;
}
.player .mod-table-contents02 th {
  width: 88px;
}
.player .mod-table-contents02 th,
.player .mod-table-contents02 td {
font-size: 12px;
}
.summary .mod-table-contents02 th {
  width: 120px;
}
.summary .mod-table-contents02 tr:nth-of-type(1) {
  border-top: 1px solid #FCA6A6;
}

/* table Result */
.mod-table-contents01.result th,
.mod-table-contents01.result td,
.mod-table-contents01.result-hbh th,
.mod-table-contents01.result-hbh td {
  font-size: 12px;
}

/* Result Common */
.mod-table-contents01.result th, .mod-table-contents01.result td,
.mod-table-contents01.result-hbh th, .mod-table-contents01.result-hbh td {
  height: 38px;
  padding: 0 10px;
}
.mod-table-contents01.result {
  border-left: 1px solid #AEAEAE;
  border-right: 1px solid #AEAEAE;
  border-bottom: 1px solid #AEAEAE;
}
.result .mod-table-title tr {
  height: 48px;
  padding: 0 6px;
}
.result .mod-table-title th:nth-of-type(1) {
  width: 8%;
  max-width: 78px;
}
.result .mod-table-title th:nth-of-type(2) {
  width: 44%;
  max-width: 446px;
}
.result .mod-table-title th:nth-of-type(3),
.result .mod-table-title th:nth-of-type(4),
.result .mod-table-title th:nth-of-type(5),
.result .mod-table-title th:nth-of-type(6),
.result .mod-table-title th:nth-of-type(7) {
  width: 7%;
  max-width: 66px;
}
.result .mod-table-title th:nth-of-type(8) {
  width: 13%;
  max-width: 128px;
}
.result .mod-table-title th:nth-of-type(n+3):nth-of-type(-n+8),
.result .mod-table-list td:nth-of-type(n+3):nth-of-type(-n+8) {
  border-left: 1px solid #AEAEAE;
}

/* table  Result HBH */
.mod-table-contents01.result-hbh {
  border-left: 1px solid #AEAEAE;
  border-right: 1px solid #AEAEAE;
  border-bottom: 1px solid #AEAEAE;
}
.result-hbh .mod-table-title th:nth-of-type(n+3):nth-of-type(-n+25),
.result-hbh .mod-table-list td:nth-of-type(n+3):nth-of-type(-n+25),
.result-hbh .mod-table-title tr:nth-of-type(2) th:nth-of-type(2),
.result-hbh .mod-table-title tr:nth-of-type(2) th:nth-of-type(3) {
  border-left: 1px solid #AEAEAE;
}
.result-hbh .mod-table-title th {
  height: 24px;
  padding: 0 6px;
}
.result-hbh .mod-table-title th:nth-of-type(1),
.result-hbh .mod-table-title th:nth-of-type(3),
.result-hbh .mod-table-title th:nth-of-type(4),
.result-hbh .mod-table-title th:nth-of-type(24) {
  width: 4%;
  max-width: 48px;
}
.result-hbh .mod-table-title th:nth-of-type(23) {
  width: 6%;
  max-width: 48px;
}
.result-hbh .mod-table-title th:nth-of-type(2) {
  width: 15%;
  max-width: 446px;
}
.result-hbh .mod-table-title tr:nth-of-type(2) th:nth-of-type(2) {
  text-align: center;
}
.result-hbh .mod-table-title th:nth-of-type(n+5):nth-of-type(-n+22),
.result-hbh .mod-table-title .cell-change,
.result-hbh .mod-table-title tr:nth-of-type(2) th:nth-of-type(2),
.result-hbh .mod-table-title tr:nth-of-type(2) th:nth-of-type(3) {
  width: 4%;
  max-width: 54px;
  text-align: center;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.result-hbh .mod-table-title th:nth-of-type(25) {
  width: 8%;
  max-width: 94px;
}
.result-hbh .mod-table-title th:nth-of-type(4),
.result-hbh .mod-table-title th:nth-of-type(23),
.result-hbh .mod-table-title th:nth-of-type(24) {
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

/* Tab Change area */
.block-display-change {
  position: relative;
  display: flex;
}
.tab-block {
  width: 100%;
  margin: 40px auto 0;
}
input[type="radio"] {
  display: none;
}
.tab-area {
  width: 100%;
  border-bottom: 2px solid #FF4E85;;
}
.tab-area-inner {
  font-size: 0;
  margin: 0;
  width: 376px;
}
.tab-area label {
  background-color: #FF4E85;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 14px 0 10px;
  text-align: center;
  transition: ease .2s all;
  width: 188px;
}
.tab-area label:hover {
  background-color: #FC82A8;
}
.panel_area {
  background: #fff;
}
.tab-panel {
  width: 100%;
  padding: 0;
  display: none;
}
.tab-panel p {
  letter-spacing: 1px;
  text-align: center;
}
.tab-panel .inner {
  font-size: 20px;
}
#tab1:checked ~ .tab-area .tab1_label,
#tab2:checked ~ .tab-area .tab2_label {
  background-color:#FC82A8;
  color:#fff;
}
#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2 {
  display: block;
}

/* display-control */
.display-control {
  position: absolute;
  right: 0;
  top: 50px;
  display: flex;
  font-size: 14px;
}
.display-control-inner {
  display: flex;
}

/* Switch Button */
.switch {
  margin-left: 20px;
  height: 20px;
}
.switch-label {
  width: 51px;
  position: relative;
  display: inline-block;
}
.switch-content {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  height: 25px;
  overflow: hidden;
}
.switch-content:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 3px);
	height: calc(100% - 3px);
	top: 0;
	left: 0;
	border-radius: 30px;
	background-color: #AEAEAE;
}
.switch-content:after {
	content: "";
	display: block;
	position: absolute;
	background-color: transparent;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	border-radius: 30px;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.switch-input {
	display: none;
}
.switch-circle {
	display: block;
	top: 2.5px;
	left: 3px;
	position: absolute;
	-webkit-box-shadow: 0 2px 6px #999;
	        box-shadow: 0 2px 6px #999;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	background-color: #fff;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.switch-input:checked ~ .switch-circle {
	left: 31px;
}
.switch-input:checked ~ .switch-content:after {
	background-color: #4BD964;
	top: 0;
	left: 0;
	width: 100%;
	height: 22px;
}

/* update-icon */
.mod-ico-update {
  margin-left: 60px;
}
.mod-ico-update a {
  color: #F62A69;
}
.mod-ico-update::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/images/sync-24px.svg");
  background-size: contain;
  vertical-align: text-bottom;
  margin-right: 8px;
}


/* Leader Board area */
.mod-border-block-round.votes {
  background-color: #F5F5F5;
  border: 1px solid #FC82A8;
  margin: 0 10px;
  padding: 20px 20px 60px;
  width: 640px;
}
.mod-border-block-round.votes:nth-of-type(2) {
  margin-top: 36px;
}


/* Player area */
.player [class^="player-list-"] {
  margin: 0 0 80px;
}
.mod-ttl-players-number {
  color: #F62A69;
  font-weight: normal;
  margin: 30px 0;
}
.mod-ttl-players-number span {
  font-size: 34px;
}


/* Voting area */
.voting .mod-tournament-info {
  color: #232323;
}
.voting .mod-tournament-info.vote {
  padding-left: 20px;
}
.voting-message {
    padding-left: 20px;
    padding-bottom: 0px;
}
.voting-message.accepting {
  color: #F62A69;
}

.selected-reason {
  color: #707070;
  font-size: 14px;
  text-align: left;
  margin-left: 8px;
  padding: 14px 0 0;
}


/* Summary area */
.summary .mod-block-column-2-1 {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 90px;
  font-size: 14px;
  color: #4A4A4A;
}
.summary .information {
  margin: 14px 0 0 60px;
  font-size: 14px;
  line-height: 1.9;
  color: #4A4A4A;
}
.summary .caution {
  color: #BF003B;
  margin-top: 0;/* for common.css batting */
  font-weight: 400;
  font-size: 14px;
}
.summary .warning {
  color: #A8003E;
}



/* Fixed-nav */
.mod-side-fixed-nav {
  position: relative;
  top: auto;
  right: auto;
  margin: auto;
}
.mod-side-fixed-nav.scr-fixed {
  position: fixed;
  top: 120px;
  left: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
}
.important .mod-side-fixed-nav.scr-fixed {
  position: fixed;
  top: 140px;
  left: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
}


.col-playerlist-6-4 {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    max-width: 900px;
    margin: 0 auto !important;
}
.col-playerlist-6-4 li {
    display: flex;
    width: calc((100% / 6) - 42px);
    background-color: #fff !important;
    margin-right: 50px;
    margin-bottom: 30px;
}
.col-playerlist-6-4 li:nth-of-type(6n) {
  margin-right: 0;
}
.col-playerlist-6-4 .mod-card-player01 {
  padding: 0;
}

.col-playerlist-6-4 li a {
  display: block;
  padding: 0;
}

.col-playerlist-6-4 .player-card-pic {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 108px;/* 20200306_ggmg_directed */
    max-height: 108px;/* 20200306_ggmg_directed */
    margin: 0 auto;/* 20200306_ggmg_directed */
}
.col-playerlist-6-4 .player-card-pic::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.col-playerlist-6-4 .player-card-pic img {
    width: 100%;
    height: 100%;
    max-width: 108px;
    max-height: 108px;
    margin: 0 auto;
    vertical-align: bottom;
    position: absolute;
    object-fit: cover;
    border-radius: 4px;
    outline: 4px solid rgba(255,255,255,0.5);
    outline-offset: -4px;
  }

.col-playerlist-6-4 .selected-reason {
    font-size: 12px;
    text-align: left;
    margin-left: 0;
    display: flex;
    align-items: center;
    padding: 1px 0 0;/* 20200306_ggmg_directed */
}


/* Override */
.player-card-btn-vote {
  z-index: 200;

}
.player-card-btn-vote:hover {
  cursor: pointer;
}

.btn--grey {
    background: #ccc;
}
.btn--grey:hover {
    cursor: default;
}

/* Override for Player Card Size Square*/
.player-card-pic {
  position: relative;
  width: 100%;
  height: auto;
}
.player-card-pic:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.player-card-pic img {
  /* width: 100%;
  vertical-align: bottom; */
  position: absolute;
  /* top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  top: 50%;/* add */
  left: 50%;/* add */
  width: auto;/* add */
  height: 100%;/* add */
  -webkit-transform: translate(-50%,-50%);/* add */
  -ms-transform: translate(-50%,-50%);/* add */
  transform: translate(-50%,-50%);/* add */
}

#leaderboard, #player, #voting, #outline {
  /* margin-top: -110px;
  padding-top: 110px; */
  margin-top: -150px;
  padding-top: 150px;
}


/* for important News adjust */
.important .mod-side-fixed-nav.scr-fixed {
  top: 127px;
}

.mp-text {
    text-align: left;
    margin-left: 4px;
    display: inline;
}

/* Adjust for Local Nav */
@media screen and (max-width: 1250px) {
  .side-fixed-nav-ul li {
    width: 94px;
  }
  .nav-main li {
    padding-top: 0;
  }
  .side-fixed-nav-ul li > * {
    height: 56px;
  }
}


/* for important News adjust */
@media screen and (min-width: 981px) and (max-width: 1099px) {
  #leaderboard, #player, #voting, #outline {
    margin-top: -130px;
    padding-top: 130px;
  }
}


/* for important News adjust */
@media screen and (max-width: 1099px) {
  .important .mod-side-fixed-nav.scr-fixed {
    top: 140px;
  }
}


/* Fixed-nav */
@media screen and (max-width: 1024px) {
  .mod-side-fixed-nav.sp-fixed-bottom {
    position: fixed !important;
    /*top: 136px !important;*/
    top: 116px !important;
  }
  .contents-inner.mod-votes-main {
    padding: 178px 0 40px;
  }
  .important .contents-inner.mod-votes-main {
    padding: 232px 0 40px;
    /* padding: 214px 0 40px; */
  }
}

@media screen and (min-width: 981px) and (max-width: 1024px) {
  .summary .information {
    margin: 14px 30px 0 50px;
  }
}

@media screen and (max-width: 980px) {
  .tournaments {
    background-color: transparent;
  }
  .tournaments .mod-contents-inner {
    margin-bottom: 36px;
    padding: 36px 0 0;
    background-color: #fff;
    /* border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5; */
  }


  /* for Anochor  */
  #leaderboard::after, #player::after, #voting::after {
    display: none;
  }

  /* Main area */
  .mod-vote-ttl-block {
    padding: 32px 10px 40px;
    background-color: #fff;
    width: 100%;
  }
  /* for important News adjust */
  .important .mod-vote-ttl-block {
    padding: 40px 10px 40px;
    background-color: #fff;
    width: 100%;
  }


  .mod-block-ttl-advertisement {
    max-width: 100%;
  }

  /* Votes banner */
  .mod-vote-adversisement-block.mod-advertisement {
    width: calc(100% - 20px);
    margin: 24px 20px;
  }
  .mod-votes-main {
    flex-flow: column;
  }
  .contents-inner.mod-contents-inner.mod-votes-main {
    border-bottom: none;
    margin-bottom: 74px;
  }
  .mod-votes-main .mod-movie {
    display: flex;
    margin: 0 auto 20px;
    width: calc(100% - 40px);
    max-width: 100%;
    height: 56.25%;
    max-height: 100%;
  }
  .mod-votes-main .mod-movie img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .mod-votes-main .mod-ttl-border-left {
    margin: 0;
    width: 100%;
}
  .contents-inner.mod-votes-main {
    display: flex;
    padding: 80px 0 0;
    background-color: transparent;
    width: 100%;
  }
  .contents-inner.mod-votes-main {
    padding: 138px 0 0;
  }
  .important .contents-inner.mod-votes-main {
    /*padding: 180px 0 0;*/
    padding: 174px 0 0;
  }

  /* Votes banner */
  .mod-advertisement.banner05 {
    width: calc(100% - 40px);
    margin: 24px auto;
  }
  .mod-advertisement.banner05 img {
    width: 100%;
    line-height: 1;
    vertical-align: bottom;
  }

  /* Leader Boarad area */
  .mod-border-block-round.votes {
      width: calc(100% - 20px);
  }
  .mod-contents-inner:nth-of-type(1) .mod-border-block-round.votes:nth-of-type(1) {
    margin: 0 auto 36px;
  }
  .mod-contents-inner:nth-of-type(1) .mod-border-block-round.votes:nth-of-type(2) {
    margin: 24px  auto 30px;
  }

  /* Local Nav area */
  .local-nav {
    position: relative;
    display: block;
    padding-bottom: 50px;
  }
  .nav-main {
    background-color: #F1175A;
    height: 62px;
    border-bottom: 0;
    padding-left: 0;
  }
  .nav-main-inner {
    width: auto;
    max-width: auto;
  }
  .mod-side-fixed-nav.scr-fixed .side-fixed-nav-ul {
    height: 62px;
    border-bottom: 6px solid #FF4E85;
  }
  .nav-main li {
    background-color: #F1175A;
    width: 25%;
    height: 56px;
    padding-top: 0;
  }
  .nav-main .no-contents {
    background-color: #707070;
    color: #D5D5D5;
    width: 100%;
    height: 56px;
    margin-top: 0;
    padding-top: 0;
  }
  .nav-main li a {
    width: 100%;
  }
  .side-fixed-nav-ul li div, .side-fixed-nav-ul li a {
    font-size: 14px;
    height: 56px;
  }
    .nav-main li .active, .side-fixed-nav-ul li a.active {
    height: 56px;
  }
  .nav-sub {
    margin-bottom: 0;
    padding-left: 0;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -72px;
    width: 100%;
  }

  /* Table area */
  .voting .mod-table-area,
  .player .mod-table-area {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .player .mod-table-contents02,
  .voting .mod-table-contents01,
  .mod-table-contents02 {
    max-width: 100%;
  }
  .voting .mod-table-contents01 {
    margin-left: 0;
  }
  .player .mod-table-contents02 th,
  .player .mod-table-contents02 td,
  .summary .mod-table-contents02 th,
  .summary .mod-table-contents02 td {
    vertical-align: baseline;
    white-space: pre-wrap;
  }
  .player .mod-table-contents02 th {
    width: 90px;
  }
  .summary .mod-table-contents02 th {
    width: 120px;
  }
  .tab-block .mod-table-area {
    overflow-x: scroll;
  }
  .tab-block .mod-table-area .mod-table-contents01 {
    table-layout: auto;
    width: 150%;
    max-width: 980px;
  }

  /* Display Change area */
  .tab-area-inner {
    width: 100%;
  }
  .tab-area label {
    width: 50%;
  }
  .display-control {
    position: inherit;
    flex-flow: column;
  }
  .display-control-inner {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #FF4E85;
  }
  .mod-ico-update {
    margin-left: 0;
    padding: 20px 0;
    position: relative;
  }
  .mod-ico-update {
    margin-left: 0;
    padding: 20px 0;
    position: relative;
  }
  .mod-ico-update::after {
    content: '→';
    display: inline-block;
    vertical-align: text-bottom;
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 20px;
    color: #F62A69;
  }


  /* Player area */
  .mod-ttl-players-number {
    margin: 30px 10px 30px 0;
    text-align: right;
  }
  .player [class^="player-list-"] {
    margin: 0 0 70px;
  }

  /* voting */
  .voting-message {
      padding-bottom: 16px;
      padding: 0 20px 0px;
  }
  .voting .mod-tournament-info.vote {
    padding-left: 20px;
    padding-right: 20px;
  }
  .selected-reason {
    color: #FF4E85;
  }

  /* Summary area */
  .summary .mod-block-column-2-1 {
    width: 100%;
    padding-bottom: 60px;
  }
  .summary .information {
    margin: 0 auto;
    padding: 22px 22px 0;
  }


    .col-playerlist-6-4 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 32px);
    margin: 0 auto !important;
  }

  /* Area Active Anchor Link Case */
  #leaderboard, #player, #voting, #outline {
    margin-top: -90px;
    padding-top: 90px;
  }
  #app section:first-of-type {
    margin-top: -120px;
    padding-top: 120px;
  }



  #player {
    border-top: 1px solid #D5D5D5;
  }
  #voting {
    border-top: 1px solid #D5D5D5;
  }
  #outline {
    border-top: 1px solid #D5D5D5;
  }
  #leaderboard::after,
  #player::after,
  #voting::after {
    content: '';
    display: block;
    width: 100%;
    height: 64px;
    border-top: 1px solid #D5D5D5;
    margin: 60px auto;
  }
}


/* Fixed-nav */
@media screen and (max-width: 812px) {
  .mod-fixed-sidebar, .scroll-event.active .mod-fixed-sidebar, .mod-side-fixed-nav.sp-fixed-bottom {
    position: relative;
  }
}



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

  /* add */
  .important .mod-side-fixed-nav.sp-fixed-bottom {
    top: 134px !important;
  }

  .col-playerlist-6-4 {
    width: calc(100% - 16px);/* 20200306_ggmg_directed */
  }
  .col-playerlist-6-4 li {
    width: calc((100% / 4) - 10px);/* 20200306_ggmg_directed */
    margin-right: auto;/* 20200306_ggmg_directed */
    margin-bottom: 30px;
  }
  .col-playerlist-6-4 li:nth-of-type(6n),
  .col-playerlist-6-4 li:nth-of-type(3n) {
    margin-right: 20px;
  }
  .col-playerlist-6-4 li:nth-of-type(4n) {
    margin-right: 0;
  }
  .col-playerlist-6-4 .selected-reason {
    /* font-size: 1.2vmax; *//* 20200306_ggmg_directed */
    font-size: 1.6vmax;/* 20200306_ggmg_directed */
    margin: 0 auto;/* 20200306_ggmg_directed */
  }
  .mp-text {
      display: block;
  }
}



 /* for important News adjust */
 @media screen and (max-width: 700px) {
  .important .mod-side-fixed-nav.sp-fixed-bottom {
    /*top: 148px !important;*/
    top: 117px !important;
  }
 }


@media screen and (max-width: 480px) {
  .col-playerlist-6-4 .selected-reason {
    /* font-size: 8px; *//* 20200306_ggmg_directed */
    font-size: 2.6vmin;/* 20200306_ggmg_directed */
    margin: 0 auto;/* 20200306_ggmg_directed */
    padding: 0px 0 0;/* 20200306_ggmg_directed */
  }
}


/* for important News adjust */
@media screen and (max-width: 360px) {
  .important .mod-side-fixed-nav.sp-fixed-bottom {
    top: 133px !important;
    /*top: 164px !important;*/
  }
  .important .mod-vote-ttl-block {
      padding: 68px 10px 40px;
  }

  /* for Small Device (Galaxy S5) */
  .hd-gnav-inner {
    padding: 10px 0 20px;
    max-height: 404px;
    /* max-height: 476px; */
  }
}


@media screen and (max-width: 320px) {
  /* for Small Device (iPhone SE/5) */
  .hd-gnav-inner {
    max-height: 404px;
  }
}
