.rosterDetail-kv {
  border-bottom: 15px solid #E61720;
  background: url(/v=1657086607/files/user/roster_detail_new2208/bg_kv.webp) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv {
    background-image: url(/v=1657086608/files/user/roster_detail_new2208/bg_kv_sp.webp);
    background-position: center bottom;
    padding-top: 0;
  }
}
.chibajets .rosterDetail-kv {
  border-color: #F0001E;
}
.rosterDetail-kv .rosterDetail-kv-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr 1.5fr;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  grid-template-areas: "kv-player kv-player2 kv-info" "kv-profile kv-player2 kv-info";
  align-content: end;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative;
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "kv-player kv-player2" "kv-info kv-player2" "kv-info kv-player2" "kv-profile kv-profile";
  }
}
.rosterDetail-kv .rosterDetail-kv-logo {
  width: 100%;
  height: 100%;
  padding: 0 25%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-logo {
    padding: 0;
    text-align: right;
  }
}
.rosterDetail-kv .rosterDetail-kv-logo img {
  width: 100%;
  max-width: 500px;
  min-width: 250px;
  height: auto;
  margin-top: -5px;
  opacity: 0.1;
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-logo img {
    width: 53%;
    min-width: 230px;
    margin-top: 0;
  }
}
.rosterDetail-kv .rosterDetail-kv-logo-link {
  text-align: left;
  position: absolute;
  top: 20px;
  padding: 5px;
  cursor: pointer;
  z-index: 48;
  left: 10px;
}
.rosterDetail-kv .rosterDetail-kv-logo-link img {
  max-width: 80px !important;
  min-width: 80px !important;
  opacity: 1;
}
@media screen and (max-width: 641px) {
  .rosterDetail-kv .rosterDetail-kv-logo-link img {
    max-width: 60px !important;
    min-width: 60px !important;
  }
}
.rosterDetail-kv .rosterDetail-kv-player {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: kv-player;
  width: 100%;
  max-width: 350px;
  min-width: 200px;
  max-height: 350px;
  padding-bottom: 93.335%;
  -ms-grid-row-align: end;
  align-self: end;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rosterDetail-kv .rosterDetail-kv-player::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 0 60%, #e5e5e5 100%);
}
@media screen and (min-width: 1040px) {
  .rosterDetail-kv .rosterDetail-kv-player {
    width: 350px;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-player {
    width: 80%;
    min-width: initial;
    min-width: 160px;
    -ms-grid-row-align: start;
    align-self: start;
  }
}
.rosterDetail-kv .rosterDetail-kv-player img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-player img {
    -ms-grid-row-align: start;
    align-self: start;
    min-width: 160px;
  }
}
.rosterDetail-kv .rosterDetail-kv-player-type2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 29%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rosterDetail-kv .rosterDetail-kv-player-type2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 0 60%, #e5e5e5 100%);
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-player-type2 {
    align-items: flex-start;
    max-height: 500px;
    height: auto;
    padding: 3.8461538462vw 15.3846153846vw 0;
    overflow: hidden;
    top: 0;
    bottom: auto;
  }
}
.rosterDetail-kv .rosterDetail-kv-player-type2 img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-player-type2 img {
    min-width: 270px;
  }
}
.rosterDetail-kv .rosterDetail-kv-player2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: kv-player2;
  text-align: center;
  width: 100%;
  max-width: 202px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-player2 {
    width: 60%;
    min-width: 131px;
    padding: 0;
  }
}
.rosterDetail-kv .rosterDetail-kv-player2 img {
  width: 100%;
  height: auto;
}
.rosterDetail-kv .rosterDetail-kv-playerProfile {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: kv-profile;
  -ms-grid-row-align: end;
  align-self: end;
  max-width: 350px;
  padding-bottom: 10px;
  color: #27313C;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerProfile {
    max-width: initial;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    grid-row: 4/span 5;
  }
}
.rosterDetail-kv .rosterDetail-kv-playerProfile-name {
  margin-bottom: 15px;
  font-size: 1.9230769231vw;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: visible;
  white-space: nowrap;
}
@media screen and (min-width: 1040px) {
  .rosterDetail-kv .rosterDetail-kv-playerProfile-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerProfile-name {
    margin-bottom: 8px;
    font-size: 4.1025641026vw;
  }
}
.rosterDetail-kv .rosterDetail-kv-playerProfile-symbol {
  font-size: 2.1153846154vw;
  font-weight: bold;
}
@media screen and (min-width: 1040px) {
  .rosterDetail-kv .rosterDetail-kv-playerProfile-symbol {
    font-size: 22px;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerProfile-symbol {
    font-size: 4.6153846154vw;
  }
}
.rosterDetail-kv .rosterDetail-kv-playerProfile-num {
  font-size: 2.6923076923vw;
  font-weight: bold;
}
@media screen and (min-width: 1040px) {
  .rosterDetail-kv .rosterDetail-kv-playerProfile-num {
    font-size: 28px;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerProfile-num {
    font-size: 5.8974358974vw;
  }
}
.rosterDetail-kv .rosterDetail-kv-playerProfile-list-item {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  border-bottom: 0.5px solid #C4C4C4;
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerProfile-list-item {
    font-size: 2.5641025641vw;
  }
}
@media screen and (max-width: 641px) {
  .rosterDetail-kv .rosterDetail-kv-playerProfile-list-item {
    font-size: 11px;
  }
}
.rosterDetail-kv .rosterDetail-kv-playerProfile-list-item:last-child {
  border: 0 none;
}
.rosterDetail-kv .rosterDetail-kv-playerProfile-list-item span:first-child {
  padding-right: 10px;
  font-weight: bold;
}
.rosterDetail-kv .rosterDetail-kv-playerProfile-list-item span:last-child {
  padding-left: 10px;
}
.rosterDetail-kv .rosterDetail-kv-playerInfo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: kv-info;
  -ms-grid-row-align: end;
  align-self: end;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  padding-bottom: 10px;
  box-sizing: content-box;
  color: #27313C;
  text-align: right;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-player {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .rosterDetail-kv .rosterDetail-kv-player2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
  }
  .rosterDetail-kv .rosterDetail-kv-playerProfile {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .rosterDetail-kv .rosterDetail-kv-playerInfo {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 1040px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo {
    width: 350px;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo {
    max-width: initial;
    -ms-grid-row-align: start;
    align-self: start;
    margin-top: -12%;
    text-align: left;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.rosterDetail-kv .rosterDetail-kv-playerInfo-num {
  color: #E61720;
  font-size: 10.5769230769vw;
}
@media screen and (min-width: 1040px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo-num {
    font-size: 110px;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo-num {
    font-size: 11.7948717949vw;
  }
}
.chibajets .rosterDetail-kv .rosterDetail-kv-playerInfo-num {
  color: #F0001E;
}
.rosterDetail-kv .rosterDetail-kv-playerInfo-symbol {
  font-size: 7.6923076923vw;
}
@media screen and (min-width: 1040px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo-symbol {
    font-size: 80px;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo-symbol {
    font-size: 8.9743589744vw;
  }
}
.rosterDetail-kv .rosterDetail-kv-playerInfo-name {
  font-size: 46px;
  line-height: 1;
  opacity: 0.9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: visible;
  margin-left: auto;
  margin-right: 0;
}
.rosterDetail-kv .rosterDetail-kv-playerInfo-name > span {
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 1040px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo-name {
    font-size: 90px;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo-name {
    font-size: 11.7948717949vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.rosterDetail-kv .rosterDetail-kv-playerInfo-catchCopy {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: right;
}
@media screen and (min-width: 1040px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo-catchCopy {
    font-size: 12px;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo-catchCopy {
    width: 48%;
    text-align: left;
    margin-bottom: 25px;
    font-size: 12px;
  }
}
.rosterDetail-kv .rosterDetail-kv-playerInfo-catchCopy .pc-dn.tab-dn {
  display: none;
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo-catchCopy .pc-dn.tab-dn {
    display: block;
  }
}
.rosterDetail-kv .rosterDetail-kv-playerInfo .grades-item {
  padding: 7px;
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo .grades-item {
    padding-bottom: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
  }
}
.rosterDetail-kv .rosterDetail-kv-playerInfo .grades-heading-title1 {
  font-size: 1.5384615385vw;
}
@media screen and (min-width: 1040px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo .grades-heading-title1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo .grades-heading-title1 {
    font-size: 3.5897435897vw;
  }
}
.rosterDetail-kv .rosterDetail-kv-playerInfo .grades-heading-title2 {
  font-size: 0.7692307692vw;
}
@media screen and (min-width: 1040px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo .grades-heading-title2 {
    font-size: 8px;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo .grades-heading-title2 {
    font-size: 2.0512820513vw;
  }
}
.rosterDetail-kv .rosterDetail-kv-playerInfo .grades-text {
  font-size: 1.1538461538vw;
}
@media screen and (min-width: 1040px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo .grades-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo .grades-text {
    font-size: 3.0769230769vw;
  }
}
.rosterDetail-kv .rosterDetail-kv-playerInfo .grades-text .font-blg {
  font-size: 3.3653846154vw;
}
@media screen and (min-width: 1040px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo .grades-text .font-blg {
    font-size: 35px;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv .rosterDetail-kv-playerInfo .grades-text .font-blg {
    font-size: 8.2051282051vw;
  }
}
.rosterDetail-kv .rosterDetail-kv-playerInfo .grades-text-ranking {
  position: absolute;
  left: 0;
  bottom: 4px;
  font-size: 13px;
}
.rosterDetail-kv .rosterDetail-kv-playerInfo .grades-text-ranking .font-blg{
  font-size: 13px;	
}
.rosterDetail-kv-type2 {
  padding-top: 0;
}
.rosterDetail-kv-type2.rosterDetail-kv .rosterDetail-kv-inner {
  min-height: 500px;
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv-type2.rosterDetail-kv .rosterDetail-kv-inner {
    min-height: 0;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv-type2.rosterDetail-kv .rosterDetail-kv-playerInfo {
    margin-top: 0;
    padding-top: 290px;
  }
}
@media screen and (max-width: 641px) {
  .rosterDetail-kv-type2.rosterDetail-kv .rosterDetail-kv-playerInfo {
    margin-top: 0;
    padding-top: 51.2820512821vw;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv-type2.rosterDetail-kv .rosterDetail-kv-logo {
    padding: 2.5641025641vw 3.8461538462vw 0;
    text-align: center;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv-type2.rosterDetail-kv .rosterDetail-kv-logo img {
    width: 100%;
    min-width: 250px;
    margin-top: 0;
  }
}
.rosterDetail-kv-type2.rosterDetail-kv .rosterDetail-kv-playerInfo-catchCopy {
  width: 100%;
}
@media screen and (max-width: 961px) {
  .rosterDetail-kv-type2.rosterDetail-kv .rosterDetail-kv-playerInfo-catchCopy {
    width: auto;
  }
}
.rosterDetail-awardHistory {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #F2F2F2;
}
.rosterDetail-awardHistory:first-of-type {
  border-top: 1px solid #F2F2F2;
}
.rosterDetail-awardHistory .rosterDetail-awardHistory-name {
  flex: 1;
  margin-left: 35px;
}
.rosterDetail-slider {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 1040px) {
  .rosterDetail-slider {
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
@media screen and (max-width: 961px) {
  .rosterDetail-slider-container-photogallery {
    margin: 0 -10px;
  }
}
.rosterDetail-slider-container + .text .after-icon.icon-blank-white .link-line {
  font-size: 14px;
}
.rosterDetail-slider-item.swiper-slide {
  display: flex;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: auto;
  float: none;
}
@media screen and (max-width: 961px) {
  .rosterDetail-slider-item.swiper-slide {
    width: auto;
    min-width: 170px;
    max-width: 170px;
  }
}
.rosterDetail-slider-item.swiper-slide:last-child {
  margin-right: 0;
}
.rosterDetail-slider-item.swiper-slide .card {
  width: 100%;
}
.rosterDetail-slider-item.swiper-slide .card-body .tag-list {
  margin-top: auto;
}
.rosterDetail-slider.rosterDetail-slider-movie .rosterDetail-slider-item.swiper-slide {
  display: flex;
  width: 320px;
  min-width: 320px;
  max-width: 320px;
}
@media screen and (max-width: 961px) {
  .rosterDetail-slider.rosterDetail-slider-movie .rosterDetail-slider-item.swiper-slide {
    width: auto;
    min-width: 170px;
    max-width: 170px;
  }
}
.rosterDetail-slider.rosterDetail-slider-movie .rosterDetail-slider-item.swiper-slide:last-child {
  margin-right: 0;
}
.rosterDetail-slider.rosterDetail-slider-movie .rosterDetail-slider-item.swiper-slide .card {
  width: 100%;
}
.rosterDetail-slider.rosterDetail-slider-movie .rosterDetail-slider-item.swiper-slide .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rosterDetail-slider.rosterDetail-slider-movie .rosterDetail-slider-item.swiper-slide .card-body .text {
  margin: 0;
  font-size: 12px;
}
.rosterDetail-slider.rosterDetail-slider-movie .swiper-button-prev,
.rosterDetail-slider.rosterDetail-slider-movie .swiper-button-next {
  top: calc(50% - 32.5px);
}
@media screen and (max-width: 961px) {
  .rosterDetail-slider-photogallery.rosterDetail-slider .swiper-wrapper {
    width: 100%;
  }
}
.rosterDetail-slider-photogallery.rosterDetail-slider .rosterDetail-slider-item.swiper-slide {
  display: flex;
  width: 763px;
  min-width: 763px;
  max-width: 763px;
}
@media screen and (max-width: 961px) {
  .rosterDetail-slider-photogallery.rosterDetail-slider .rosterDetail-slider-item.swiper-slide {
    width: 100% !important;
    min-width: initial;
    max-width: 640px;
    padding: 0;
  }
}
.rosterDetail-slider-photogallery.rosterDetail-slider .rosterDetail-slider-item.swiper-slide:last-child {
  margin-right: 0;
}
.rosterDetail-slider-photogallery.rosterDetail-slider .rosterDetail-slider-item.swiper-slide .rosterDetail-slider-img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 961px) {
  .rosterDetail-slider-photogallery.rosterDetail-slider .swiper-button-prev,
.rosterDetail-slider-photogallery.rosterDetail-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px) !important;
    transform: translateY(0);
  }
}
.rosterDetail-slider.rosterDetail-slider-magazine .swiper-button-prev,
.rosterDetail-slider.rosterDetail-slider-magazine .swiper-button-next {
  top: calc(50% - 65px);
}
.rosterDetail-slider.rosterDetail-slider-player .rosterDetail-slider-item.swiper-slide {
  display: flex;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
}
@media screen and (max-width: 961px) {
  .rosterDetail-slider.rosterDetail-slider-player .rosterDetail-slider-item.swiper-slide {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
  }
}
.rosterDetail-slider.rosterDetail-slider-player .rosterDetail-slider-item.swiper-slide:last-child {
  margin-right: 0;
}
.rosterDetail-slider.rosterDetail-slider-player .rosterDetail-slider-item.swiper-slide .card {
  width: 100%;
}
.rosterDetail-slider.rosterDetail-slider-player .rosterDetail-slider-item.swiper-slide .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rosterDetail-btn-movie.btn {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.rosterDetail-qa-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.rosterDetail-qa-list .rosterDetail-qa-item {
  padding: 0 10px;
}
.rosterDetail-qa-list .rosterDetail-qa-item-inner {
  display: flex;
  padding: 15px 20px;
  border-top: 1px solid #F2F2F2;
}
.rosterDetail-qa-list .rosterDetail-qa-num {
  flex-shrink: 0;
  padding-right: 3px;
  color: #E61720;
  font-weight: bold;
}
.rosterDetail-qa-list .rosterDetail-qa-title {
  margin-bottom: 5px;
  font-weight: bold;
}
.rosterDetail-qa-list .rosterDetail-qa-answer {
  color: #6F7E90;
  font-size: 12px;
  line-height: 1.5;
}
.rosterDetail-qa-list .rosterDetail-qa-answer-more {
  margin-top: 5px;
  text-align: left;
  font-size: 12px;
  cursor: pointer;
}
.table a.cell-link {
  color: #0148A8;
}
.column-main > .section-block.section-block-movie:first-child {
  padding-top: 38px;
}
.section-block-movie.section-block {
  margin-top: 60px;
}
.section-block-movie.box-container[data-pc-mt="0"] {
  margin-top: 0px;
}
@media screen and (max-width: 961px) {
  .section-block-movie.box-container[data-tab-mt="0"] {
    margin-top: 0px;
  }
}
@media screen and (max-width: 641px) {
  .section-block-movie.box-container[data-sp-mt="0"] {
    margin-top: 0px;
  }
}
@media screen and (max-width: 961px) {
  .common-filter {
    display: block;
  }
}
.common-filter .select-list {
  width: 250px;
}
@media screen and (max-width: 961px) {
  .common-filter .select-list {
    min-width: 194px;
    max-width: 250px;
    margin: 0 auto;
    padding: 6px 15px;
  }
}
.common-filter .select-list .ttl {
  min-width: 70px;
}
@media screen and (max-width: 961px) {
  .common-filter .select-list .ttl {
    min-width: 70px;
  }
}
.common-filter .select-list .select-content {
  width: 100%;
}
.common-filter .select-list .select-content .select-box {
  width: 100%;
  padding-right: 0;
}
.common-filter .select-list + .select-list {
  margin-left: 10px;
}
@media screen and (max-width: 961px) {
  .common-filter .select-list + .select-list {
    margin: 10px auto 0;
  }
}
.table.table-result.table-season-result th {
  font-size: 10px;
  min-width: 40px;
}
.table.table-result.table-season-result th:first-child {
  min-width: 59px;
}
.table.table-result.table-game-result th {
  min-width: 40px;
}
.table.table-result.table-game-result th:nth-child(5){
  min-width: 25px;
}
.table.table-result.table-game-result th, .table.table-result.table-game-result td {
  padding: 4px !important;
}
table.table-result.table-game-result td .club-name{
  white-space: nowrap;	
}
.table-title-club{
  min-width: 55px;
}
table.table-stickey th.table-stickey-col:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  width: 50px;
  left: 0;
  border-right: 1px solid #d9d9d9;
}
table.table-stickey td.table-stickey-col {
  background-color: #ffffff;
}
table.table-stickey td.table-stickey-col:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  left: 0;
  border-right: 1px solid #d9d9d9;
}
.grades .grades-body {
  position: relative;
}
.grades .grades-text-ranking-2 {
  font-size: 10px;
  color: #6F7E90;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.grades .grades-text-ranking-2 .num {
  font-size: 15px;
  margin-right: 3px;
}
.grades .grades-item-link {
  padding: 0 !important;
  font-size: 10px !important;
  display: flex;
  align-items: stretch;
  justify-content: center;
  white-space: nowrap;
  background-color: #F2F2F2;
  text-align: center;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.grades .grades-item-link a {
  padding-top: 3px;
  width: 100%;
}
.grades .grades-item-link a .item-link {
  display: flex;
  transform: scale(0.9);
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 641px) {
  .grades .grades-item-link a .item-link {
    transform: scale(0.85);
  }
}
.grades .grades-item-link a .item-link .txt {
  color: #27313C !important;
  margin-left: 2px;
}
.grades[data-type=link]{
  border-left: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
}
.grades[data-type=link] .grades-item {
  border-bottom: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  justify-content: flex-end;
}
.grades[data-type=link] .grades-item-inner{
  border: 0 !important;
}
.grades.grades-2 .grades-item{
  min-height: 103px;
  max-height: 103px;
}
.clubDetail-matchSchedule {
  margin-top: 0;
}
@media screen and (max-width: 961px) {
  .clubDetail-matchSchedule:nth-of-type(2) {
    margin-top: 20px;
  }
}
.clubDetail-matchSchedule-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 380px;
  margin: 0 auto;
  color: #27313C;
}
.clubDetail-matchSchedule-main:hover .link-line {
  background-size: 100% 1px;
}
@media screen and (max-width: 961px) {
  .clubDetail-matchSchedule-main {
    padding: 0;
  }
}
.clubDetail-matchSchedule-grid {
  display: flex;
  margin-bottom: 35px;
}
@media screen and (max-width: 961px) {
  .clubDetail-matchSchedule-grid {
    display: block;
  }
}
.clubDetail-matchSchedule-grid > * {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 961px) {
  .clubDetail-matchSchedule-grid > * {
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 0;
  }
}
@media screen and (max-width: 961px) {
  .clubDetail-matchSchedule-grid > * {
    width: 100%;
  }
}
.clubDetail-matchSchedule-grid > *:first-child {
  border-right: 1px solid #F2F2F2;
}
@media screen and (max-width: 961px) {
  .clubDetail-matchSchedule-grid > *:first-child {
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-right: 0 none;
    border-bottom: 1px solid #F2F2F2;
  }
}
.clubDetail-matchSchedule .clubDetail-matchSchedule-date {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.clubDetail-matchSchedule .clubDetail-matchSchedule-logo-img {
  width: 40px;
  margin: 0 auto 5px;
}
.clubDetail-matchSchedule .clubDetail-matchSchedule-logo-img img {
  width: 100%;
  height: auto;
}
.clubDetail-matchSchedule .clubDetail-matchSchedule-name {
  margin: 0 5px 0;
  min-width: 40px;
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 641px) {
  .clubDetail-matchSchedule .clubDetail-matchSchedule-name {
    min-width: 30px;
  }
}
.clubDetail-matchSchedule .clubDetail-matchSchedule-hifun {
  display: flex;
  justify-content: center;
  min-width: 30px;
}
.clubDetail-matchSchedule .clubDetail-matchSchedule-hifun::after {
  content: "";
  display: block;
  width: 14px;
  height: 5px;
  background: #000;
}
@media screen and (max-width: 641px) {
  .clubDetail-matchSchedule .clubDetail-matchSchedule-hifun {
    min-width: 20px;
  }
}
.clubDetail-matchSchedule .clubDetail-matchSchedule-info {
  margin: 0 10px;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 641px) {
  .clubDetail-matchSchedule .clubDetail-matchSchedule-info {
    margin: 0 5px;
  }
}
.clubDetail-matchSchedule .clubDetail-matchSchedule-info-venue {
  font-size: 10px;
}
.clubDetail-matchSchedule .clubDetail-matchSchedule-info-link .link {
  font-size: 10px;
  color: #0148A8;
}
.clubDetail-matchSchedule .clubDetail-matchSchedule-info-link .link::after {
  content: none;
}
.clubDetail-matchSchedule .clubDetail-matchSchedule-tiket {
  width: 100%;
  margin-top: 15px;
}
.clubDetail-matchSchedule .clubDetail-matchSchedule-tiket .btn.secondary.small {
  min-width: 135px;
  padding: 10px 35px 10px 30px;
}
.clubDetail-matchSchedule .home-score.gr {
  color: #C4C4C4;
}
.clubDetail-matchSchedule .away-score.gr {
  color: #C4C4C4;
}
.qa-sns {
  display: flex;
  margin: 0 -10px 0 0;
  align-items: center;
}
.qa-sns li {
  padding: 0 10px;
  margin-left: 10px;
  width: 60px;
}
.qa-sns li a img {
  width: 100%;
  height: auto;
}
.qa-sns .icon-x {
   width: 35px;
}
.table-team-name{
  white-space: nowrap;
}
.filter-swiper-list {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}
@media screen and (max-width: 641px) {
  .filter-swiper-list {
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.filter-swiper-list .swiper-button-prev, .filter-swiper-list .swiper-button-next {
  width: 32px;
  height: 32px;
  display: none;
}
@media screen and (max-width: 641px) {
  .filter-swiper-list .swiper-button-prev, .filter-swiper-list .swiper-button-next {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px) !important;
  }
}
.filter-swiper-list .swiper-button-prev img, .filter-swiper-list .swiper-button-next img {
  width: 100%;
}
.filter-swiper-list .swiper-wrapper {
  flex-wrap: nowrap;
  display: flex;
}
.filter-swiper-list .swiper-slide {
  display: flex;
  width: auto;
  margin-left: 10px;
}
.filter-swiper-list .swiper-slide:first-of-type {
  margin-left: 0;
}
.filter-swiper-list .swiper-slide p {
  font-size: 11px;
  position: absolute;
  top: -19px;
  margin-left: 5px;
}
.filter-swiper-list .swiper-slide .select-list {
  height: 30px;
  padding: 5px 11px;
  width: 105px !important;
  min-width: 105px;
  justify-content: flex-start;
}
.c-history-pc{
  display: inline-block;
  max-height : 105px;
  overflow-y : auto;
  padding-right: 7px;
  padding-right: 0 !important;
}
.c-history-sp{
  display: none;
}

@media screen and (max-width: 961px) {
  .c-history-pc{
    display: none;
  }
  .c-history-sp{
    display: block;
    position: relative;
  }
}
.toggle {
  display: none;
}

.h-title,
.h-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}
.h-title {
  width: 100%;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
}
.h-title::after,
.h-title::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
  left: 50%;
  top: 10%;
}
.h-title::after {
  transform: rotate(90deg);
}
.h-content {
  max-height: 48px;
  font-weight: normal !important;
  overflow-y: hidden;
  display: inline-block;
  padding-right : 0 !important;
}
.toggle:checked ~ .h-content {
  max-height: 500px;
  transition: all 0.8s;
}
.toggle:checked ~ .h-title::before {
  transform: rotate(90deg) !important;
  transition: all 0.8s;
}

/*# sourceMappingURL=map/roster_detail_new2208.css.map */