/* player */
.player-SectionHeader {
  padding-top: 25px;
}

@media only screen and (min-width: 769px) {
  .player-SectionHeader {
    padding-top: 50px;
  }
}

.player-SectionContens {
  padding-top: 20px;
}

@media only screen and (min-width: 769px) {
  .player-SectionContens {
    padding-top: 40px;
  }
}

.player-Name {
  text-align: center;
}

.player-Name_Heading {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-bottom: 5px;
  font-feature-settings: "palt";
  font-size: 3rem;
}

.player-Name_Heading::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: -3px;
  border-bottom: 1px solid #000;
}

.player-Name_Heading rt {
  font-size: 1rem;
  transform: translateY(-2px);
}
_::-webkit-full-page-media, _:future, :root .player-Name_Heading rt {
  transform: translateY(9px);
}

.player-Name_Heading > span {
  font-size: 2.1rem;
}

@media only screen and (min-width: 769px) {
  .player-Name_Heading {
    font-size: 4rem;
  }
  .player-Name_Heading rt {
    font-size: 1.4rem;
  }
  .player-Name_Heading > span {
    font-size: 2.4rem;
  }
}

.player-Name_en {
  margin: 5px 0 0;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

@media only screen and (min-width: 769px) {
  .player-Name_en {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

.player-Item {
  position: relative;
  margin-top: 20px;
}

@media only screen and (min-width: 769px) {
  .player-Item {
    margin-top: 40px;
  }
}

.player-Item_Image {
  padding-right: 35px;
  padding-left: 35px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .player-Item_Image > img {
    width: 253.5px;
  }
}

.player-Item_Paging {
  margin: 0;
  padding: 0;
  list-style: none;
}

.player-Item_Prev,
.player-Item_Next {
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  transform: translateY(-50%);
}

.player-Item_Prev a,
.player-Item_Next a {
  display: block;
  position: relative;
  width: 30px;
  height: 40px;
  transition: 0.2s;
}

.player-Item_Prev a::before,
.player-Item_Next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 19px;
  background: url(../../common/images/ic_arrow_paging.svg) no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 769px) {
  .player-Item_Prev a::before,
  .player-Item_Next a::before {
    width: 18px;
    height: 27px;
  }
  .player-Item_Prev a:hover,
  .player-Item_Next a:hover {
    opacity: 0.7;
  }
}

.player-Item_Prev {
  left: 10px;
}

.player-Item_Prev a::before {
  transform: translate(-50%, -50%) scaleX(-1);
}

.player-Item_Next {
  right: 10px;
}

.player-Item_Next a::before {
  transform: translate(-50%, -50%);
}

.player-Text {
  margin: 10px 0 0;
  font-size: 1.5rem;
  line-height: 1.834;
}
.player-Text_mini {
  width: 600px;
  margin: 25px auto 0;
  font-size: 1.4rem;
  line-height: 1.834;
}

@media only screen and (max-width: 768px) {
  .player-Text_mini {
    width: 90%;
  }
}

.player-Text.-center {
  text-align: center;
}

/* tournament */
.tournament-header {
  margin: 0 0 10px;
}

.tournament-wrapper {
  margin: 20px 0 10px;
  overflow: hidden;
  letter-spacing: 0;
}

.tournament-notice {
  margin: 10px 0 20px;
  text-align: right;
  font-size: 1.1rem;
}

@media only screen and (max-width: 768px) {
  .tournament-wrapper {
    margin: 10px 0 10px;
  }
}

.sw-Info_Time--Event > time {
  margin-left: 0em;
}

.event-SectionContents {
  padding-top: 50px;
}

.sw-Paging_Prev {
  left: 0;
  position: absolute;
}

.sw-Paging_Next {
  right: 0;
  position: absolute;
}

#photos_here ul {
  list-style: none;
}

#photos_here ul li {
  text-align: center;
}

#photos_here ul li img {
  width: auto;
  max-height: 350px;
}

@media only screen and (max-width: 768px) {
  #photos_here ul li img {
    max-height: 30vh;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

table {
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #161a38;
}
table th,
table td {
  color: #161a38;
}

table thead th {
  padding: 5px;
  background-color: #161a38;
  color: #fff;
  font-size: 1.2rem;
}
table thead th:not(:first-child) {
  border-left: 1px solid #fff;
}
table tbody th,
table tbody td {
  padding: 8px 5px;
  border: 1px solid #161a38;
  white-space: pre-wrap;
}
table tbody td {
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
}

.sw-Info_Contents h5 {
  font-size: 1.8rem;
}

.sw-Info_Contents h5.sns {
  margin-bottom: 8px;
  text-align: center;
}

.sw-Info_Contents a:hover,
.sw-Info_List dd a:hover {
  color: #1186fc;
}

.sw-Btn_Link {
  color: #0d6ccc !important;
}

.sw-Btn_Link:hover {
  color: #fff !important;
}
.slick-slider {
  padding: 0;
}
.slick-slide {
  height: auto;
}

.event-Map {
  position: relative;
  padding-bottom: 47%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .event-Map {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
}

.event-Map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sw-Table td.icon {
  width: 50px;
  padding: 10px;
  text-align: center !important;
}

.sw-Table td.icon img {
  width: 20px;
}

.remarks > p {
  margin: 0;
}

.slick-prev {
  left: 10%;
}

.slick-next {
  right: 10%;
}

@media only screen and (max-width: 768px) {
  .slick-prev {
    left: -10px;
  }

  .slick-next {
    right: -10px;
  }
}

.relation-Grid {
  margin: 0 0 30px;
}

.st-Grid_Item.st-Grid_ItemAdd {
  display: none;
  visibility: hidden;
}

.st-Grid_Item.st-Grid_ItemAdd.-fadeInAdd {
  visibility: visible;
  transition-delay: 0ms !important;
}

.slider-movie .slick-prev,
.slider-result-movie .slick-prev {
  left: -1%;
}

.slider-movie .slick-next,
.slider-result-movie .slick-next {
  right: -1%;
}

@media only screen and (max-width: 768px) {
  .slider-movie .slick-prev,
  .slider-result-movie .slick-prev {
    left: -10px;
  }

  .slider-movie .slick-next,
  .slider-result-movie .slick-next {
    right: -10px;
  }
}

.event_matching_img {
  text-align: center;
}

td.kendoscore {
  min-width: 30px;
}
