<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .player_category {
    position: relative;
    overflow: hidden;
    padding-bottom: 45px;
  }
  .player_category:last-of-type {
    padding-bottom: 0;
  }
  .player_category h3 {
    display: table;
    font-family: 'Akrobat-ExtraBold';
    letter-spacing: .05em;
    font-size: 7rem;
    margin-bottom: 28px;
    letter-spacing: .1em;
    color: #be9664;
    line-height: 1;
    padding-bottom: 15px;
    position: relative;
  }
  .player_category h3 small {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: .05em;
    margin-left: 10px;
  }
  .player_category h3:before, .player_category h3:after {
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .player_category h3:before {
    width: 1200px;
    background-color: #282828;
  }
  .player_category h3:after {
    width: 100%;
    background-color: #be9664;
  }
  .player_category__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
  .player_category__list li {
    width: 275px;
    background-image: -webkit-linear-gradient(16deg, #181818 0%, #2e2e2e 100%);
    background-image: -moz- oldlinear-gradient(16deg, #181818 0%, #2e2e2e 100%);
    background-image: linear-gradient(74deg, #181818 0%, #2e2e2e 100%);
  }
  .player_category__list a {
    display: block;
    height: 100%;
    text-decoration: none;
  }
  .player_category__list figcaption {
    color: #fff;
    display: table;
    width: 100%;
    padding: 10px 0;
  }
  .player_category__list figcaption &gt; * {
    display: table-cell;
    vertical-align: top;
  }
  .player_category__list figcaption &gt; * {
    vertical-align: middle;
  }
  .player_category__pix {
    text-align: center;
    width: 100%;
    height: 360px;
  }
  .player_category__pix &gt; * {
    vertical-align: middle;
  }
  .player_category__pix img {
    width: 100%;
    height: 100%;
  }
  .player_category__num {
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    font-weight: bold;
    font-size: 7.9rem;
    width: 90px;
    text-align: center;
    line-height: 1;
    padding: 5px 0 10px;
  }
  .player_category__name {
    text-align: left;
    padding: 0 5px;
    font-size: 1.9rem;
  }
  .player_category__name span:not(.player_category__position) {
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    font-size: 1.1rem;
    display: block;
  }
  .player_category__position {
    display: block;
    font-size: 1.3rem;
    color: #be9664;
  }
  .player_category.staff .player_category__list figcaption {
    padding: 10px;
    display: block;
  }
  .player_category.staff .player_category__list figcaption &gt; * {
    display: block;
  }
  .player_category.staff .player_category__num {
    width: 100%;
    text-align: left;
    line-height: 1.4;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
    letter-spacing: 0;
    font-size: 1.6rem;
  }
  .player__navi p a {
    position: relative;
  }
  .player__navi p a:after {
    font-family: FontAwesome;
    content: " ";
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 2.2rem;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .player__navi h3 {
    padding: 8px 15px;
    border-bottom: solid 2px #000;
    font-size: 2rem;
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    letter-spacing: .1em;
    color: #be9664;
  }
  .player__navi ul {
    margin-bottom: 14px;
  }
  .player__navi ul a:hover {
    background-color: #000;
  }
  .player__head {
    line-height: 1;
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .player__head &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .player__head &gt; * {
    vertical-align: baseline;
  }
  .player__head--num {
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    font-size: 8.4rem;
    color: #be9664;
  }
  .player__head--name {
    font-size: 2.4rem;
    margin-left: 25px;
    letter-spacing: .1em;
  }
  .player__head--name span {
    display: block;
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    font-size: 1.6rem;
    margin-top: 8px;
  }
  .player__head--position {
    font-family: 'Akrobat-ExtraBold';
    letter-spacing: .05em;
    font-size: 2.5rem;
    color: #fff;
    letter-spacing: .1em;
    background-color: #be9664;
    padding: 3px 4px 5px;
    margin: 0 0 8px 15px;
  }
  .player__photo {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
  }
  .player__photo .swiper-slide {
    width: 100% !important;
  }
  .player__photo--slider__pagination {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    padding: 20px 0 0;
  }
  .player__photo--slider__pagination &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .player__photo--slider__pagination .swiper-pagination-bullet {
    -moz-border-radius: 0;
         border-radius: 0;
    width: 65px;
    height: 7px;
    background: #b4b4b4;
    margin: 0 6px;
    opacity: 1;
  }
  .player__photo--slider__pagination .swiper-pagination-bullet-active {
    background: #be9664;
  }
  .player .section_block {
    padding-bottom: 30px;
  }
  .player .section_block__title {
    margin-bottom: 20px;
  }
  .player .lede {
    position: relative;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .player .lede__text {
    width: 620px;
  }
  .player .lede__photo {
    width: 174px;
    margin-right: 36px;
  }
  .player .lede p {
    line-height: 2;
    margin-bottom: .8em;
  }
  .player .lede dl {
    line-height: 1.8;
    display: table;
    width: 100%;
    border-bottom: solid 1px #e2e2e2;
  }
  .player .lede dl &gt; * {
    display: table-cell;
    vertical-align: top;
  }
  .player .lede dl:last-of-type {
    border-bottom: none;
  }
  .player .lede dl dt {
    width: 130px;
  }
  .player .faq table th, .player .faq table td {
    font-size: 1.6rem;
    padding: 12px;
  }
  .player .faq table th {
    width: 350px;
    text-align: left;
    background-color: #be9664;
    color: #fff;
    border-left: solid 1px #bfbfbf;
  }
  .player .faq table td {
    border-right: solid 1px #bfbfbf;
  }
  .player .history {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
  .player .history__list {
    width: 100%;
    border-bottom: solid 1px #bfbfbf;
  }
  .player .history__list--box {
    display: table;
    width: 100%;
    border-top: solid 1px #bfbfbf;
    border-left: solid 1px #bfbfbf;
  }
  .player .history__list--box &gt; * {
    display: table-cell;
    vertical-align: top;
  }
  .player .history__list--row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .player .history__list--row &gt; * {
    padding: 2px 15px;
    border-bottom: solid 1px #bfbfbf;
    line-height: 2;
  }
  .player .history__list--row &gt; *:nth-of-type(1) {
    width: 110px;
    text-align: center;
  }
  .player .history__list--row &gt; *:nth-of-type(2) {
    width: 544px;
  }
  .player .history__list--row:last-of-type &gt; * {
    border-bottom: none;
  }
  .player .history__list--body {
    position: relative;
    overflow: hidden;
  }
  .player .history__list--body:before, .player .history__list--body:after {
    content: '';
    display: block;
    width: 1px;
    height: 2000px;
    background-color: #bfbfbf;
    position: absolute;
    top: 0;
  }
  .player .history__list--body:before {
    left: 110px;
  }
  .player .history__list--body:after {
    right: 0;
  }
  .player .history__list--caption {
    background-color: #dedede;
    font-weight: normal;
    width: 175px;
    padding: 2px 15px;
    border-right: solid 1px #bfbfbf;
    line-height: 2;
  }
  .player .history_outline {
    margin-bottom: 30px;
  }
  .player .activity {
    margin-bottom: 30px;
  }
  .player .activity input {
    display: none;
  }
  .player .activity__row {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    border-left: solid 1px #bfbfbf;
  }
  .player .activity__row &gt; * {
    display: table-cell;
    vertical-align: top;
  }
  .player .activity__row &gt; * {
    width: 74px;
    vertical-align: middle;
    padding: 4px 15px;
    border-right: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
  }
  .player .activity__row.head {
    color: #fff;
    background-color: #be9664;
  }
  .player .activity__row.head:nth-of-type(1) p:not(.activity__caption) {
    width: 148px;
  }
  .player .activity__row.head:nth-of-type(1) .activity__caption {
    border-bottom: none;
  }
  .player .activity__row:nth-of-type(1) {
    border-top: solid 1px #bfbfbf;
  }
  .player .activity__caption {
    padding: 0 15px;
    text-align: left;
    width: 240px;
    background-color: #dedede;
  }
  .player .activity__caption.total {
    color: #fff;
    background-color: #be9664;
  }
  .player .first_activity th {
    width: 140px;
  }
  .player .btn {
    margin: 65px auto 0;
  }
  .player__sns_links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 50px;
  }
  .player__sns_links li {
    vertical-align: bottom;
  }
  .player__sns_links li + li {
    padding-left: 5px;
    padding-top: 4px;
  }
  .player.staff .player__head--num {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 15px;
  }
  .player.staff .player__head--name {
    margin-left: 0;
  }
  .player.staff .first_activity .history__list--body:before {
    display: none;
  }
  .player.staff .first_activity .history__list--row:nth-of-type(1) {
    width: 654px;
  }
  .player_category.staff h3 {
    font-size: 4.4rem;
  }
  .staff .player__head--num {
    position: relative;
  }
  .contents.is-position .players_sort {
    padding-bottom: 40px;
  }
  .contents.is-position .sort_list {
    border-bottom: 3px solid #000a6e;
  }
  .contents.is-position .position_sort {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents.is-position .players_category__ttl .main {
    font-size: 7rem;
    letter-spacing: 8px;
  }
  .contents.is-position .players_category__ttl .sub {
    font-size: 3.2rem;
    letter-spacing: 1.5px;
  }
  .contents__inner {
    padding: 0 91px 75px;
  }
  .comingsoon {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fc0000;
    margin-bottom: 20px;
  }
  .preparation {
    padding-top: 80px;
  }
  .preparation_txt {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 6px;
  }
  .players *, .players *:before, .players *:after {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .players_sort {
    width: 1280px;
    margin: auto;
    background: #fff;
    padding-bottom: 56px;
  }
  .players_sort .archive {
    width: 100%;
    height: 93px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #dedede;
  }
  .players_sort .archive dl {
    width: 494px;
    height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .players_sort .archive dl dt {
    -moz-border-radius: 8px 0px 0px 8px;
         border-radius: 8px 0px 0px 8px;
    background: #000a6e;
    width: 116px;
    height: 100%;
    color: #8a9ed3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
  }
  .players_sort .archive dl dd {
    -moz-border-radius: 0px 8px 8px 0px;
         border-radius: 0px 8px 8px 0px;
    width: -webkit-calc(100% - 116px);
    width: -moz-calc(100% - 116px);
    width: calc(100% - 116px);
    height: 100%;
    background: #fff url(../images/arrow_bottom_blue.png) no-repeat center right 20px/17px auto;
  }
  .players_sort .archive dl dd select {
    -moz-border-radius: 0px 8px 8px 0px;
         border-radius: 0px 8px 8px 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0 58px 0 14px;
    font-size: 2rem;
  }
  .players_sort .sort_list {
    width: 100%;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    color: #e3e3e3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  .players_sort .sort_list li {
    border-left: 1px solid #c8c8c8;
  }
  .players_sort .sort_list li:last-of-type {
    border-right: 1px solid #c8c8c8;
  }
  .players_sort .sort_list li:nth-of-type(1) a {
    padding-left: 90px;
  }
  .players_sort .sort_list li:nth-of-type(1) a:before, .players_sort .sort_list li:nth-of-type(1) a:after {
    background-position: center left 48px;
  }
  .players_sort .sort_list li:nth-of-type(1) a:before {
    background-image: url(../images/sort_list_01.png);
  }
  .players_sort .sort_list li:nth-of-type(1) a:after {
    background-image: url(../images/sort_list_active_01.png);
  }
  .players_sort .sort_list li:nth-of-type(2) a {
    padding-left: 86px;
  }
  .players_sort .sort_list li:nth-of-type(2) a:before, .players_sort .sort_list li:nth-of-type(2) a:after {
    background-position: center left 46px;
  }
  .players_sort .sort_list li:nth-of-type(2) a:before {
    background-image: url(../images/sort_list_02.png);
  }
  .players_sort .sort_list li:nth-of-type(2) a:after {
    background-image: url(../images/sort_list_active_02.png);
  }
  .players_sort .sort_list li:nth-of-type(3) a {
    padding-left: 64px;
  }
  .players_sort .sort_list li:nth-of-type(3) a:before, .players_sort .sort_list li:nth-of-type(3) a:after {
    background-position: center left 29px;
  }
  .players_sort .sort_list li:nth-of-type(3) a:before {
    background-image: url(../images/sort_list_03.png);
  }
  .players_sort .sort_list li:nth-of-type(3) a:after {
    background-image: url(../images/sort_list_active_03.png);
  }
  .players_sort .sort_list li:nth-of-type(4) a {
    padding-left: 56px;
  }
  .players_sort .sort_list li:nth-of-type(4) a:before, .players_sort .sort_list li:nth-of-type(4) a:after {
    background-position: center left 19px;
  }
  .players_sort .sort_list li:nth-of-type(4) a:before {
    background-image: url(../images/sort_list_04.png);
  }
  .players_sort .sort_list li:nth-of-type(4) a:after {
    background-image: url(../images/sort_list_active_04.png);
  }
  .players_sort .sort_list li a {
    display: block;
    width: 220px;
    height: 112px;
    padding-top: 34px;
    letter-spacing: -0.2px;
    position: relative;
  }
  .players_sort .sort_list li a:before, .players_sort .sort_list li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background-repeat: no-repeat;
    -moz-background-size: auto 30px;
         background-size: auto 30px;
  }
  .players_sort .sort_list li a:after {
    opacity: 0;
  }
  .players_sort .sort_list li a.is-active {
    pointer-events: none;
  }
  .players_sort .sort_list li a.is-active:before, .players_sort .sort_list li a:hover:before {
    opacity: 0;
  }
  .players_sort .sort_list li a.is-active:after, .players_sort .sort_list li a:hover:after {
    opacity: 1;
  }
  .players_sort .sort_list li a.is-active .main, .players_sort .sort_list li a:hover .main {
    color: #000000;
  }
  .players_sort .sort_list li a.is-active .sub, .players_sort .sort_list li a:hover .sub {
    color: #a9a9a9;
  }
  .players_sort .sort_list li a p {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
  }
  .players_sort .sort_list li a .main {
    font-family: 'Akrobat-Regular';
    font-size: 2.8rem;
  }
  .players_sort .sort_list li a .sub {
    margin-top: 6px;
    font-size: 1.6rem;
  }
  .players_sort .position_sort {
    color: #000;
    font-family: 'Akrobat-SemiBold';
    display: none;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-size: 3.2rem;
    padding-right: 14px;
  }
  .players_sort .position_sort li + li {
    margin-left: 66px;
  }
  .players_sort .position_sort li a {
    display: block;
    padding: 28px 20px;
    background: url(../images/arrow_bottom_gray.png) no-repeat center bottom/auto 12px;
  }
  .players_category {
    padding-bottom: 38px;
  }
  .players_category__ttl {
    color: #be9664;
    line-height: 1;
    font-family: 'Akrobat-ExtraBold';
    padding-bottom: 18px;
    position: relative;
    display: inline-block;
    font-size: 5.6rem;
    letter-spacing: 4px;
  }
  .players_category__ttl:before, .players_category__ttl:after {
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .players_category__ttl:before {
    background: #000;
    width: 1100px;
  }
  .players_category__ttl:after {
    background: #be9664;
    width: 100%;
    z-index: 9;
  }
  .players_category__ttl.is-staff .main {
    font-size: 3.6rem !important;
    letter-spacing: 2px !important;
  }
  .players_category__ttl.is-staff .sub {
    font-size: 3.2rem;
    letter-spacing: 1.5px;
  }
  .players_category__list {
    padding-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .players_category__list li:not(:nth-of-type(4n+1)) {
    margin-left: -webkit-calc((100% - (272px * 4)) / 3);
    margin-left: -moz-calc((100% - (272px * 4)) / 3);
    margin-left: calc((100% - (272px * 4)) / 3);
  }
  .players_category__list li:nth-of-type(n+5) {
    margin-top: -webkit-calc((100% - (272px * 4)) / 3);
    margin-top: -moz-calc((100% - (272px * 4)) / 3);
    margin-top: calc((100% - (272px * 4)) / 3);
  }
  .players_category__list li a {
    display: block;
    width: 272px;
    height: 362px;
  }
  .players_category__list li a figure {
    position: relative;
  }
  .players_category__list li a figure figcaption {
    width: 100%;
    height: 145px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 47, 47, 0)), color-stop(62%, #191919), to(#0c0c0c));
    background-image: -webkit-linear-gradient(top, rgba(47, 47, 47, 0) 0%, #191919 62%, #0c0c0c 100%);
    background-image: -moz- oldlinear-gradient(top, rgba(47, 47, 47, 0) 0%, #191919 62%, #0c0c0c 100%);
    background-image: linear-gradient(180deg, rgba(47, 47, 47, 0) 0%, #191919 62%, #0c0c0c 100%);
    z-index: 9;
    color: #fff;
    line-height: 1;
    padding-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .players_category__list li a figure figcaption .num {
    font-size: 7.2rem;
    font-family: 'Akrobat-Bold';
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 90px;
    text-align: center;
  }
  .players_category__list li a figure figcaption .name-main {
    font-size: 2.6rem;
    font-weight: bold;
    padding-right: 12px;
    padding-left: 90px;
    word-break: break-all;
  }
  .players_category__list li a figure figcaption .name-sub {
    font-size: 1.6rem;
    font-family: 'Akrobat-Regular';
    padding-top: 4px;
    padding-right: 12px;
    padding-left: 92px;
    word-break: break-all;
  }
  .players_category__list li.no-img {
    height: 145px;
  }
  .players_category__list li.no-img a {
    height: 145px;
    text-decoration: none;
  }
  .players_category__list li.no-img a figure {
    height: 145px;
    background: #000;
  }
  .players_category__list li.no-img a figure figcaption {
    padding-top: 20px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .players_category__list li.is-staff a figure figcaption {
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .players_category__list li.is-staff a figure figcaption .num {
    width: 100%;
    font-size: 1.6rem;
    position: static;
    text-align: left;
    padding: 0 16px;
  }
  .players_category__list li.is-staff a figure figcaption .name-main {
    margin-top: 12px;
    position: static;
    padding: 0 16px;
  }
  .players_category__list li.is-staff a figure figcaption .name-sub {
    margin-top: 10px;
    position: static;
    padding: 0 20px;
  }
  .players_detail {
    color: #000000;
  }
  .players_detail .contents__pagetitle {
    color: #fff;
  }
  .players_detail .contents__inner {
    padding-top: 80px;
    padding-bottom: 56px;
  }
  .players_detail .contents__inner + .contents__inner {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .players_detail .contents__column.column_main {
    width: 827px;
  }
  .players_detail .sec {
    padding: 48px 0 56px;
  }
  .players_detail .sec_ttl {
    font-size: 5.6rem;
    font-family: 'Akrobat-ExtraBold';
    text-align: center;
    letter-spacing: 3px;
    line-height: 1;
    color: #000a6e;
  }
  .players_detail .bg {
    background: #000a6e;
    color: #fff;
  }
  .players_detail .bg .sec_ttl {
    color: #fff;
  }
  .players_detail .mv {
    padding: 0;
  }
  .players_detail .mv_img {
    width: 100%;
    height: 827px;
    position: relative;
  }
  .players_detail .mv_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .players_detail .mv_img_box {
    position: absolute;
    bottom: 48px;
    right: 46px;
    color: #fff;
    text-align: right;
  }
  .players_detail .mv_img_box &gt; span {
    display: block;
  }
  .players_detail .mv_img_box .num {
    line-height: 1;
  }
  .players_detail .mv_img_box .num .type_01 {
    font-family: 'Akrobat-ExtraBold';
    color: #be9664;
    font-size: 8rem;
    letter-spacing: 6px;
  }
  .players_detail .mv_img_box .num .type_02 {
    font-family: 'Akrobat-Bold';
    font-size: 14.4rem;
    padding-left: 6px;
  }
  .players_detail .mv_img_box .name_jp {
    margin-top: 4px;
    font-size: 4.8rem;
    line-height: 1.3;
  }
  .players_detail .mv_img_box .name_en {
    margin-top: 6px;
    line-height: 1;
    font-family: 'Akrobat-Regular';
    font-size: 3.2rem;
    letter-spacing: 2px;
    padding-right: 4px;
  }
  .players_detail .profile {
    padding: 50px 46px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .players_detail .profile_list {
    width: 50%;
    font-size: 2rem;
  }
  .players_detail .profile_list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .players_detail .profile_list dl + dl {
    margin-top: 16px;
  }
  .players_detail .profile_list dl dt {
    width: 118px;
    position: relative;
  }
  .players_detail .profile_list dl dt:before {
    content: '';
    display: block;
    width: 2px;
    height: 16px;
    background: #1e3e93;
    position: absolute;
    top: 11px;
    right: 0;
  }
  .players_detail .profile_list dl dd {
    width: -webkit-calc(100% - 118px);
    width: -moz-calc(100% - 118px);
    width: calc(100% - 118px);
    padding-left: 22px;
  }
  .players_detail .profile_sns {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .players_detail .profile_sns a {
    display: block;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    font-size: 0;
  }
  .players_detail .profile_sns a + a {
    margin-left: 30px;
  }
  .players_detail .profile_sns a.twitter {
    background-image: url(../images/twitter.png);
  }
  .players_detail .profile_sns a.x {
    background-image: url(../images/x.png);
  }
  .players_detail .profile_sns a.insta {
    background-image: url(../images/insta.png);
  }
  .players_detail .profile_sns a.tiktok {
    background-image: url(../images/tiktok.png);
  }
  .players_detail .profile_txt {
    margin-top: 44px;
    width: 100%;
    font-size: 1.8rem;
  }
  .players_detail .video_ctt {
    margin: 32px auto 0;
    width: 670px;
  }
  .players_detail .video_ctt_item {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  .players_detail .video_ctt_item + .video_ctt_item {
    margin-top: 32px;
  }
  .players_detail .video_ctt_item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .players_detail .data_ctt {
    width: 670px;
    margin: 40px auto 0;
  }
  .players_detail .data_ctt_row {
    height: 105px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #fff;
    position: relative;
  }
  .players_detail .data_ctt_row:before, .players_detail .data_ctt_row:after {
    content: '';
    display: block;
    position: absolute;
  }
  .players_detail .data_ctt_row:before {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 122px;
    -webkit-transform: rotate(15deg);
       -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .players_detail .data_ctt_row:after {
    width: 100%;
    height: 14px;
    top: -16px;
    left: 0;
    background: #000a6e;
  }
  .players_detail .data_ctt_row + .data_ctt_row {
    margin-top: 14px;
  }
  .players_detail .data_ctt_row.type_01:before {
    width: 2px;
    background: #fff;
    left: 384px;
  }
  .players_detail .data_ctt_row.type_01 .data_ctt_row_item + .data_ctt_row_item {
    padding-left: 34px;
  }
  .players_detail .data_ctt_row.type_02:before {
    width: 16px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 322px;
    background: #000a6e;
  }
  .players_detail .data_ctt_row.type_03:before {
    width: 16px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 330px;
    background: #000a6e;
  }
  .players_detail .data_ctt_row_item {
    width: 50%;
    height: 105px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    line-height: 1;
  }
  .players_detail .data_ctt_row_item span.num {
    font-size: 8rem;
    font-family: 'Akrobat-ExtraBold';
    letter-spacing: -0.5px;
    padding: 0 12px 16px;
  }
  .players_detail .data_ctt_row_item span.num.custom {
    font-size: 4.8rem;
    padding-bottom: 18px;
    letter-spacing: 0;
  }
  .players_detail .data_ctt_row_item span:not(.num) {
    padding-bottom: 24px;
  }
  .players_detail .data_ctt_note {
    text-align: right;
    font-size: 1.6rem;
    margin-top: 8px;
    position: relative;
  }
  .players_detail .data_ctt_note:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    top: -8px;
    left: 0;
    background: #000a6e;
  }
  .players_detail .career_ctt_ttl {
    font-size: 2rem;
    color: #000a6e;
    height: 43px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #000a6e;
    margin-top: 32px;
    position: relative;
  }
  .players_detail .career_ctt_ttl:before, .players_detail .career_ctt_ttl:after {
    content: '';
    display: block;
    width: 24px;
    height: 42px;
    border-right: 8px solid #000a6e;
    border-left: 8px solid #000a6e;
    position: absolute;
    top: 0;
  }
  .players_detail .career_ctt_ttl:before {
    left: -1px;
  }
  .players_detail .career_ctt_ttl:after {
    right: -1px;
  }
  .players_detail .career_ctt_txt {
    font-size: 1.8rem;
    margin: 30px auto 0;
    width: 760px;
  }
  .players_detail .career_ctt .table_01 {
    width: 760px;
    color: #fff;
    margin: 32px auto 0;
    border: 1px solid #c7c7c7;
  }
  .players_detail .career_ctt .table_01 .table_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .players_detail .career_ctt .table_01 .table_row + .table_row {
    border-top: 1px solid #c7c7c7;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell a {
    background: #6e6e6e;
    text-decoration: none;
    color: #fff;
    position: relative;
    display: block;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell a:before, .players_detail .career_ctt .table_01 .table_row-head .table_cell a:after {
    content: '';
    display: block;
    width: 9px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    margin: auto;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    z-index: 9;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell a:before {
    background-image: url(../images/arrow_right_gray.png);
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell a:after {
    background-image: url(../images/arrow_right_gold.png);
    opacity: 0;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell a.is-active {
    background: #be9664;
    pointer-events: none;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell a.is-active:before {
    opacity: 0;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell a.is-active:after {
    opacity: 1;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell:nth-of-type(1) {
    width: 176px;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell:nth-of-type(2) {
    width: 228px;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell:nth-of-type(3), .players_detail .career_ctt .table_01 .table_row-head .table_cell:nth-of-type(4) {
    width: -webkit-calc((100% - (176px + 228px)) / 2);
    width: -moz-calc((100% - (176px + 228px)) / 2);
    width: calc((100% - (176px + 228px)) / 2);
  }
  .players_detail .career_ctt .table_01 .table_row-body {
    border-top: 1px solid #c7c7c7;
  }
  .players_detail .career_ctt .table_01 .table_row-body:nth-of-type(1) .table_cell:nth-of-type(1), .players_detail .career_ctt .table_01 .table_row-body:nth-of-type(1) .table_cell:nth-of-type(2), .players_detail .career_ctt .table_01 .table_row-body:nth-of-type(1) .table_cell:nth-of-type(3) {
    background: #be9664;
    color: #fff;
  }
  .players_detail .career_ctt .table_01 .table_row-body.c_01 .table_cell:nth-of-type(1) {
    background: #be9664;
  }
  .players_detail .career_ctt .table_01 .table_row-body.c_02 .table_cell:nth-of-type(1) {
    background: #efefef;
    color: #000000;
  }
  .players_detail .career_ctt .table_01 .table_row-body .table_cell:nth-of-type(1) {
    width: -webkit-calc(176px + 228px);
    width: -moz-calc(176px + 228px);
    width: calc(176px + 228px);
  }
  .players_detail .career_ctt .table_01 .table_row-body .table_cell:nth-of-type(2), .players_detail .career_ctt .table_01 .table_row-body .table_cell:nth-of-type(3) {
    width: -webkit-calc((100% - (176px + 228px)) / 2);
    width: -moz-calc((100% - (176px + 228px)) / 2);
    width: calc((100% - (176px + 228px)) / 2);
    background: #fff;
    color: #000;
    text-align: center;
  }
  .players_detail .career_ctt .table_01 .table_cell a, .players_detail .career_ctt .table_01 .table_cell p {
    font-size: 1.8rem;
    padding: 14px 22px;
  }
  .players_detail .career_ctt .table_01 .table_cell + .table_cell {
    border-left: 1px solid #c7c7c7;
  }
  .players_detail .career_ctt .table_01 .tab_box {
    display: none;
  }
  .players_detail .career_ctt .table_01 .tab_box.is-active {
    display: block;
  }
  .players_detail .career_ctt .table_02 {
    width: 714px;
    margin: 30px auto 0;
  }
  .players_detail .career_ctt .table_02 dl + dl {
    margin-top: 20px;
  }
  .players_detail .career_ctt .table_02 dl dt {
    color: #000a6e;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 14px;
    margin-bottom: 10px;
    border-bottom: 2px solid #000a6e;
    letter-spacing: 1px;
  }
  .players_detail .career_ctt .table_02 dl dd {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .players_detail .career_ctt .table_02 dl.custom dd &gt; div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .players_detail .career_ctt .table_02 dl.custom dd &gt; div p:nth-of-type(1) {
    width: 74px;
  }
  .players_detail .career_ctt .table_02 dl.custom dd &gt; div p:nth-of-type(2) {
    width: -webkit-calc(100% - 74px);
    width: -moz-calc(100% - 74px);
    width: calc(100% - 74px);
  }
  .players_detail .qa_ctt {
    width: 714px;
    margin: 38px auto 0;
    position: relative;
  }
  .players_detail .qa_ctt:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 18px;
    background: #000a6e;
    bottom: -18px;
    left: 0;
    z-index: 9;
  }
  .players_detail .qa_ctt dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #000a6e;
    overflow: hidden;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .players_detail .qa_ctt dl:before, .players_detail .qa_ctt dl:after {
    content: '';
    display: block;
    position: absolute;
  }
  .players_detail .qa_ctt dl:before {
    width: 100%;
    height: 1px;
    background: #fff;
    top: 0;
    left: 0;
  }
  .players_detail .qa_ctt dl:after {
    width: 100%;
    background: #000a6e;
    top: -19px;
    left: 0;
  }
  .players_detail .qa_ctt dl + dl {
    margin-top: 18px;
  }
  .players_detail .qa_ctt dl dt, .players_detail .qa_ctt dl dd {
    width: 50%;
    padding: 24px 0 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    position: relative;
    word-break: break-all;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    z-index: 2;
  }
  .players_detail .qa_ctt dl dt:before, .players_detail .qa_ctt dl dd:before {
    color: #214297;
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'Akrobat-ExtraBold';
    opacity: .56;
    font-size: 5.6rem;
    line-height: 1;
  }
  .players_detail .qa_ctt dl dt p, .players_detail .qa_ctt dl dd p {
    position: relative;
    z-index: 9;
  }
  .players_detail .qa_ctt dl dt {
    padding-left: 36px;
    padding-right: 36px;
  }
  .players_detail .qa_ctt dl dt:before {
    content: 'Q';
    left: 20px;
  }
  .players_detail .qa_ctt dl dt:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 1000px;
    background: #000a6e;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(14deg);
       -moz-transform: rotate(14deg);
        -ms-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  .players_detail .qa_ctt dl dd {
    padding-left: 44px;
    padding-right: 22px;
  }
  .players_detail .qa_ctt dl dd:before {
    content: 'A';
    left: 26px;
  }
  .players_detail .news_ctt {
    margin-top: 22px;
  }
  .players_detail .news_ctt .list li {
    border-bottom: 2px dotted #93a7da;
  }
  .players_detail .news_ctt .list a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    padding: 0 32px;
    height: 84px;
    text-decoration: none;
  }
  .players_detail .news_ctt .list a .date {
    color: #be9664;
    width: 146px;
  }
  .players_detail .news_ctt .list a .txt {
    color: #000;
    width: -webkit-calc(100%  - 146px);
    width: -moz-calc(100%  - 146px);
    width: calc(100%  - 146px);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
  }
  .players_detail .gallery {
    padding-bottom: 30px;
  }
  .players_detail .gallery_ctt {
    margin: 36px auto 0;
    width: -webkit-calc((378px * 2) + 5px);
    width: -moz-calc((378px * 2) + 5px);
    width: calc((378px * 2) + 5px);
  }
  .players_detail .gallery_ctt .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .players_detail .gallery_ctt .list li {
    width: 378px;
  }
  .players_detail .gallery_ctt .list li:nth-of-type(even) {
    margin-left: 5px;
  }
  .players_detail .gallery_ctt .list li:nth-of-type(n+3) {
    margin-top: 5px;
  }
  .players_detail .gallery_ctt .list li a {
    outline: none;
  }
  .players_detail .btn_area {
    width: 100%;
  }
  .players_detail .btn_area .btn {
    margin: 0 auto;
  }
  .players_detail .image_slider {
    margin: 32px 0 0;
    position: relative;
  }
  .players_detail .image .swiper-container {
    width: 670px;
  }
  .players_detail .image .swiper-slide {
    height: 543px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .players_detail .image .swiper-slide img {
    max-width: 100%;
    max-height: 543px;
  }
  .players_detail .image .swiper-button {
    height: 50px;
    width: 50px;
    background: #000a6e;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .players_detail .image .swiper-button:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .players_detail .image .swiper-button.swiper-button-prev {
    left: 0;
  }
  .players_detail .image .swiper-button.swiper-button-prev:before {
    left: 4px;
  }
  .players_detail .image .swiper-button.swiper-button-next {
    right: 0;
  }
  .players_detail .image .swiper-button.swiper-button-next:before {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    right: 4px;
  }
  #colorbox {
    margin-top: -60px;
  }
  #cboxOverlay {
    background: #001b62;
  }
  #cboxWrapper {
    position: static;
  }
  #cboxPrevious, #cboxNext {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    bottom: auto;
    margin-top: -20px;
    z-index: 99;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/arrow_right_white.png);
    -moz-background-size: 21px auto;
         background-size: 21px auto;
    -webkit-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
  }
  #cboxPrevious {
    left: -60px;
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    background-color: transparent;
  }
  #cboxNext {
    left: auto;
    right: -60px;
    margin-top: -40px;
    background-color: transparent;
  }
  .cboxPhoto {
    max-width: 668px !important;
    height: auto !important;
  }
  #cboxMiddleLeft, #cboxMiddleRight {
    width: 60px;
  }
  #cboxClose {
    width: 40px;
    height: 40px;
    top: 40px;
    right: 0;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/close.png);
    -moz-background-size: 16px;
         background-size: 16px;
    background-color: #000;
    -webkit-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
  }
  .contents__column.column_navi.pc {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: scroll;
    height: -webkit-calc(100vh + 14px);
    height: -moz-calc(100vh + 14px);
    height: calc(100vh + 14px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .contents__column.column_navi.pc::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .player_category {
    position: relative;
    overflow: hidden;
    padding-bottom: 6.51042vw;
  }
  .player_category:last-of-type {
    padding-bottom: 0;
  }
  .player_category h3 {
    display: table;
    font-family: 'Akrobat-ExtraBold';
    letter-spacing: .05em;
    font-size: 12.5vw;
    margin-bottom: 6.25vw;
    letter-spacing: .1em;
    color: #be9664;
    line-height: 1;
    padding-bottom: 2.60417vw;
    position: relative;
  }
  .player_category h3 small {
    font-size: 5.72917vw;
    font-weight: bold;
    letter-spacing: .05em;
    margin-left: 5.20833vw;
  }
  .player_category h3:before, .player_category h3:after {
    content: '';
    display: block;
    height: 0.65104vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .player_category h3:before {
    width: 103.90625vw;
    background-color: #282828;
  }
  .player_category h3:after {
    width: 100%;
    background-color: #be9664;
  }
  .player_category__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: left;
  }
  .player_category__list li {
    width: 50%;
    background-image: -webkit-linear-gradient(16deg, #121212 0%, #272727 100%);
    background-image: -moz- oldlinear-gradient(16deg, #121212 0%, #272727 100%);
    background-image: linear-gradient(74deg, #121212 0%, #272727 100%);
  }
  .player_category__list a {
    display: block;
    height: 100%;
    text-decoration: none;
  }
  .player_category__list figcaption {
    display: table;
    width: 100%;
    padding: 2.60417vw 0;
    color: #fff;
  }
  .player_category__list figcaption &gt; * {
    display: table-cell;
    vertical-align: top;
  }
  .player_category__list figcaption &gt; * {
    vertical-align: middle;
  }
  .player_category__pix {
    text-align: center;
    width: 100%;
    height: 56.25vw;
    overflow: hidden;
  }
  .player_category__pix img {
    vertical-align: top;
    width: 100%;
  }
  .player_category__num {
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    font-weight: bold;
    font-size: 12.5vw;
    width: 15.625vw;
    text-align: center;
    padding-bottom: 1.30208vw;
    line-height: 1;
  }
  .player_category__name {
    padding: 0 1.30208vw;
    text-align: left;
    font-size: 4.16667vw;
  }
  .player_category__name span {
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    font-size: 3.125vw;
    display: block;
  }
  .player_category.staff .player_category__list figcaption {
    padding: 2.60417vw;
    display: block;
  }
  .player_category.staff .player_category__list figcaption &gt; * {
    display: block;
  }
  .player_category.staff .player_category__num {
    width: 100%;
    text-align: left;
    line-height: 1.4;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
    letter-spacing: 0;
    font-size: 3.64583vw;
  }
  .player {
    padding-top: 6.51042vw;
  }
  .player__head {
    line-height: 1;
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 5.20833vw;
  }
  .player__head &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .player__head &gt; * {
    vertical-align: baseline;
  }
  .player__head--num {
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    font-size: 16.66667vw;
    color: #be9664;
  }
  .player__head--name {
    font-size: 6.25vw;
    margin-left: 3.90625vw;
    letter-spacing: .1em;
  }
  .player__head--name span {
    display: block;
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    font-size: 2.86458vw;
    margin-top: 1.95312vw;
  }
  .player__head--position {
    font-family: 'Akrobat-ExtraBold';
    letter-spacing: .05em;
    font-size: 4.6875vw;
    color: #fff;
    letter-spacing: .1em;
    background-color: #be9664;
    padding: 0.39062vw 0.52083vw;
    margin: 0 0 1.04167vw 4.55729vw;
  }
  .player__photo {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
  }
  .player__photo .swiper-slide {
    width: 100% !important;
  }
  .player__photo--slider__pagination {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    padding: 3.90625vw 0 0;
  }
  .player__photo--slider__pagination &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .player__photo--slider__pagination .swiper-pagination-bullet {
    -moz-border-radius: 0;
         border-radius: 0;
    width: 16.66667vw;
    height: 2.60417vw;
    background: #b4b4b4;
    margin: 0 1.95312vw;
    opacity: 1;
  }
  .player__photo--slider__pagination .swiper-pagination-bullet-active {
    background: #be9664;
  }
  .player .section_block {
    padding-bottom: 7.55208vw;
  }
  .player .section_block__title {
    margin-bottom: 3.90625vw;
  }
  .player .lede {
    font-size: 3.90625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 5.20833vw;
  }
  .player .lede__photo {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .player .lede__photo_container {
    width: 36.45833vw;
  }
  .player .lede p {
    width: 50.78125vw;
    padding-left: 3.90625vw;
  }
  .player .lede__text {
    width: 100%;
  }
  .player .lede dl {
    clear: both;
    line-height: 1.8;
    display: table;
    width: 100%;
    border-bottom: solid 1px #e2e2e2;
  }
  .player .lede dl &gt; * {
    display: table-cell;
    vertical-align: top;
  }
  .player .lede dl:nth-of-type(1) {
    margin-top: 3.64583vw;
  }
  .player .lede dl:last-of-type {
    border-bottom: none;
  }
  .player .lede dl dt {
    padding: 0 1.30208vw;
    width: 37.10938vw;
  }
  .player .faq table {
    border-top: solid 1px #bfbfbf;
  }
  .player .faq table th, .player .faq table td {
    display: block;
    font-size: 3.90625vw;
    padding: 1.5625vw 3.64583vw;
    border-top: none;
  }
  .player .faq table th {
    text-align: left;
    background-color: #be9664;
    color: #fff;
  }
  .player .history__list--box {
    border: solid 1px #bfbfbf;
  }
  .player .history__list--box + .history__list--box {
    margin-top: 1.95312vw;
  }
  .player .history__list--row {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .player .history__list--row &gt; * {
    display: table-cell;
    vertical-align: top;
  }
  .player .history__list--row &gt; *:nth-of-type(1) {
    width: 20%;
    padding: 0 0 0 2.60417vw;
  }
  .player .history__list--row &gt; *:nth-of-type(2) {
    width: 80%;
    padding: 0 2.60417vw;
  }
  .player .history__list--row:last-of-type &gt; * {
    border-bottom: none;
  }
  .player .history__list--body {
    padding: 1.95312vw 0;
  }
  .player .history__list--caption {
    background-color: #dedede;
    padding: 1.04167vw 2.60417vw;
    border-bottom: solid 1px #bfbfbf;
  }
  .player .activity {
    margin: 30px 0;
    font-size: 1.6rem;
  }
  .player .activity input[type="radio"] {
    opacity: 0;
    position: absolute;
  }
  .player .activity input[type="radio"].activity1:checked ~ .activity__head .activity1 {
    background-color: #be9664;
  }
  .player .activity input[type="radio"].activity1:checked ~ .activity__body .activity2,
  .player .activity input[type="radio"].activity1:checked ~ .activity__body .activity3,
  .player .activity input[type="radio"].activity1:checked ~ .activity__body .activity4 {
    display: none;
  }
  .player .activity input[type="radio"].activity2:checked ~ .activity__head .activity2 {
    background-color: #be9664;
  }
  .player .activity input[type="radio"].activity2:checked ~ .activity__body .activity1,
  .player .activity input[type="radio"].activity2:checked ~ .activity__body .activity3,
  .player .activity input[type="radio"].activity2:checked ~ .activity__body .activity4 {
    display: none;
  }
  .player .activity input[type="radio"].activity3:checked ~ .activity__head .activity3 {
    background-color: #be9664;
  }
  .player .activity input[type="radio"].activity3:checked ~ .activity__body .activity1,
  .player .activity input[type="radio"].activity3:checked ~ .activity__body .activity2,
  .player .activity input[type="radio"].activity3:checked ~ .activity__body .activity4 {
    display: none;
  }
  .player .activity input[type="radio"].activity4:checked ~ .activity__head .activity4 {
    background-color: #be9664;
  }
  .player .activity input[type="radio"].activity4:checked ~ .activity__body .activity1,
  .player .activity input[type="radio"].activity4:checked ~ .activity__body .activity2,
  .player .activity input[type="radio"].activity4:checked ~ .activity__body .activity3 {
    display: none;
  }
  .player .activity__head {
    text-align: center;
    color: #fff;
    border-top: solid 1px #bfbfbf;
    border-left: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .player .activity__head &gt; * {
    display: table-cell;
    vertical-align: top;
  }
  .player .activity__head li {
    border-right: solid 1px #bfbfbf;
    width: 25%;
    font-size: 3.64583vw;
    height: 9.375vw;
    line-height: 9.375vw;
  }
  .player .activity__head label {
    display: block;
    height: 100%;
    background-color: #4d4d4d;
    cursor: pointer;
    padding-right: 4.55729vw;
    position: relative;
  }
  .player .activity__head label:after {
    font-family: FontAwesome;
    content: " ";
    position: absolute;
    right: 2.60417vw;
  }
  .player .activity__row {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border-left: solid 1px #bfbfbf;
  }
  .player .activity__row &gt; * {
    display: table-cell;
    vertical-align: top;
  }
  .player .activity__row &gt; * {
    vertical-align: middle;
    padding: 1.5625vw 2.60417vw;
    font-size: 3.38542vw;
    border-right: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
  }
  .player .activity__row.head {
    color: #fff;
    background-color: #be9664;
  }
  .player .activity__row.head &gt; * {
    padding: 1.82292vw 2.60417vw;
    font-size: 3.90625vw;
  }
  .player .activity__row.head .activity__caption {
    color: #fff;
    background-color: #be9664;
  }
  .player .activity__caption {
    width: 50%;
    text-align: left;
    background-color: #dedede;
  }
  .player .activity__caption.total {
    color: #fff;
    background-color: #be9664;
  }
  .player .first_activity .history__list--row &gt; * {
    display: block;
  }
  .player .first_activity .history__list--row &gt; *:nth-of-type(1) {
    width: 100%;
  }
  .player .first_activity .history__list--row &gt; *:nth-of-type(2) {
    width: 100%;
  }
  .player .btn {
    margin: 9.11458vw auto 0;
  }
  .player__sns_links {
    display: table;
    width: 100%;
    width: auto;
    margin-top: 9.76562vw;
  }
  .player__sns_links &gt; * {
    display: table-cell;
    vertical-align: top;
  }
  .player__sns_links li + li {
    padding-left: 5px;
  }
  .player.staff .player__head--num {
    font-size: 3.90625vw;
    display: block;
    margin-bottom: 2.60417vw;
  }
  .player.staff .player__head--name {
    margin-left: 0;
  }
  .player_category.staff h3 {
    font-size: 7.8125vw;
  }
  .player_category.staff small {
    display: block;
    margin-left: 0;
  }
  .contents.is-position .players_sort {
    padding-bottom: 6.51042vw;
  }
  .contents.is-position .sort_list {
    border-bottom: 3px solid #000a6e;
  }
  .contents.is-position .position_sort {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents.is-position .players_category__ttl .main {
    font-size: 12.5vw;
    letter-spacing: 0.52083vw;
  }
  .contents.is-position .players_category__ttl .sub {
    font-size: 5.72917vw;
    letter-spacing: 0.26042vw;
    margin-left: 2.34375vw;
  }
  .contents__inner {
    padding-top: 0;
  }
  .comingsoon {
    text-align: center;
    font-size: 3.64583vw;
    font-weight: bold;
    color: #fc0000;
    margin-bottom: 5.20833vw;
  }
  .preparation {
    padding-top: 3.25521vw;
  }
  .preparation_txt {
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    letter-spacing: 1.3vw;
  }
  .players *, .players *:before, .players *:after {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .players_sort {
    background: #fff;
    padding-bottom: 2.60417vw;
  }
  .players_sort .archive {
    width: 100%;
    height: 16.40625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #dedede;
  }
  .players_sort .archive dl {
    width: 83.33333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .players_sort .archive dl dt {
    -moz-border-radius: 1.04167vw 0 0 1.04167vw;
         border-radius: 1.04167vw 0 0 1.04167vw;
    background: #000a6e;
    width: 23.04688vw;
    height: 8.07292vw;
    color: #8a9ed3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.125vw;
  }
  .players_sort .archive dl dd {
    -moz-border-radius: 0 1.04167vw 1.04167vw 0;
         border-radius: 0 1.04167vw 1.04167vw 0;
    width: -webkit-calc(100% - 23.04688vw);
    width: -moz-calc(100% - 23.04688vw);
    width: calc(100% - 23.04688vw);
    height: 8.07292vw;
    background: #fff url(../images/arrow_bottom_blue.png) no-repeat center right 3.125vw/2.73438vw auto;
  }
  .players_sort .archive dl dd select {
    -moz-border-radius: 0 1.04167vw 1.04167vw 0;
         border-radius: 0 1.04167vw 1.04167vw 0;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0 8.85417vw 0 3.125vw;
    font-size: 16px;
  }
  .players_sort .sort_list {
    width: 100%;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    color: #e3e3e3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    line-height: 1;
  }
  .players_sort .sort_list li {
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    border-left: 1px solid #c8c8c8;
  }
  .players_sort .sort_list li:last-of-type {
    border-right: 1px solid #c8c8c8;
  }
  .players_sort .sort_list li:nth-of-type(1) a:before {
    background-image: url(../images/sort_list_01.png);
  }
  .players_sort .sort_list li:nth-of-type(1) a:after {
    background-image: url(../images/sort_list_active_01.png);
  }
  .players_sort .sort_list li:nth-of-type(2) a:before {
    background-image: url(../images/sort_list_02.png);
  }
  .players_sort .sort_list li:nth-of-type(2) a:after {
    background-image: url(../images/sort_list_active_02.png);
  }
  .players_sort .sort_list li:nth-of-type(3) a:before {
    background-image: url(../images/sort_list_03.png);
  }
  .players_sort .sort_list li:nth-of-type(3) a:after {
    background-image: url(../images/sort_list_active_03.png);
  }
  .players_sort .sort_list li:nth-of-type(4) a:before {
    background-image: url(../images/sort_list_04.png);
  }
  .players_sort .sort_list li:nth-of-type(4) a:after {
    background-image: url(../images/sort_list_active_04.png);
  }
  .players_sort .sort_list li a {
    display: block;
    width: 100%;
    height: 16.53646vw;
    padding-top: 7.68229vw;
    position: relative;
  }
  .players_sort .sort_list li a:before, .players_sort .sort_list li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    -moz-background-size: auto 4.29688vw;
         background-size: auto 4.29688vw;
    background-position: center top 2.08333vw;
  }
  .players_sort .sort_list li a:after {
    opacity: 0;
  }
  .players_sort .sort_list li a.is-active {
    pointer-events: none;
  }
  .players_sort .sort_list li a.is-active:before {
    opacity: 0;
  }
  .players_sort .sort_list li a.is-active:after {
    opacity: 1;
  }
  .players_sort .sort_list li a.is-active .main {
    color: #000000;
  }
  .players_sort .sort_list li a.is-active .sub {
    color: #a9a9a9;
  }
  .players_sort .sort_list li a .main {
    font-family: 'Akrobat-Regular';
    font-size: 4.03646vw;
  }
  .players_sort .sort_list li a .sub {
    margin-top: 6px;
    font-size: 2.34375vw;
  }
  .players_sort .position_sort {
    padding: 0 7.8125vw;
    color: #000;
    font-family: 'Akrobat-SemiBold';
    display: none;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-size: 5.20833vw;
  }
  .players_sort .position_sort li a {
    display: block;
    padding: 4.94792vw 2.60417vw;
    background: url(../images/arrow_bottom_gray.png) no-repeat center bottom/auto 1.82292vw;
  }
  .players_category {
    padding-bottom: 5.98958vw;
  }
  .players_category__ttl {
    color: #be9664;
    line-height: 1;
    font-family: 'Akrobat-ExtraBold';
    padding-bottom: 1.82292vw;
    position: relative;
    display: inline-block;
    font-size: 10.41667vw;
    letter-spacing: 0.26042vw;
  }
  .players_category__ttl:before, .players_category__ttl:after {
    content: '';
    display: block;
    height: 0.65104vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .players_category__ttl:before {
    background: #000;
    width: -webkit-calc(100vw - 7.8125vw);
    width: -moz-calc(100vw - 7.8125vw);
    width: calc(100vw - 7.8125vw);
  }
  .players_category__ttl:after {
    background: #be9664;
    width: 100%;
    z-index: 9;
  }
  .players_category__ttl.is-staff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .players_category__ttl.is-staff .main, .players_category__ttl.is-staff .sub {
    display: block;
    width: 100%;
  }
  .players_category__ttl.is-staff .main {
    font-size: 7.8125vw !important;
    letter-spacing: 0.26042vw !important;
  }
  .players_category__ttl.is-staff .sub {
    margin: 1.30208vw 0 0.78125vw !important;
    font-size: 5.72917vw !important;
    letter-spacing: 0.26042vw;
  }
  .players_category__list {
    padding-top: 3.90625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .players_category__list li {
    width: -webkit-calc((100% - 2px) / 2);
    width: -moz-calc((100% - 2px) / 2);
    width: calc((100% - 2px) / 2);
  }
  .players_category__list li:nth-of-type(even) {
    margin-left: -webkit-calc((100% - (45.96354vw * 2)) / 2);
    margin-left: -moz-calc((100% - (45.96354vw * 2)) / 2);
    margin-left: calc((100% - (45.96354vw * 2)) / 2);
    margin-left: 1px;
  }
  .players_category__list li:nth-of-type(n+3) {
    margin-top: -webkit-calc((100% - (45.96354vw * 2)) / 2);
    margin-top: -moz-calc((100% - (45.96354vw * 2)) / 2);
    margin-top: calc((100% - (45.96354vw * 2)) / 2);
    margin-top: 2px;
  }
  .players_category__list li a {
    display: block;
  }
  .players_category__list li a figure {
    position: relative;
  }
  .players_category__list li a figure figcaption {
    width: 100%;
    height: 23.95833vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 47, 47, 0)), color-stop(62%, #191919), to(#0c0c0c));
    background-image: -webkit-linear-gradient(top, rgba(47, 47, 47, 0) 0%, #191919 62%, #0c0c0c 100%);
    background-image: -moz- oldlinear-gradient(top, rgba(47, 47, 47, 0) 0%, #191919 62%, #0c0c0c 100%);
    background-image: linear-gradient(180deg, rgba(47, 47, 47, 0) 0%, #191919 62%, #0c0c0c 100%);
    z-index: 9;
    color: #fff;
    line-height: 1;
    padding-top: 7.03125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .players_category__list li a figure figcaption .num {
    font-size: 11.97917vw;
    font-family: 'Akrobat-Bold';
    position: absolute;
    bottom: 3.38542vw;
    left: 3.90625vw;
    width: 11.71875vw;
    text-align: center;
  }
  .players_category__list li a figure figcaption .name-main {
    font-size: 3.90625vw;
    font-weight: bold;
    padding-right: 1.5625vw;
    line-height: 1.1;
    padding-left: 18.22917vw;
    word-break: break-all;
  }
  .players_category__list li a figure figcaption .name-sub {
    font-size: 2.86458vw;
    font-family: 'Akrobat-Regular';
    padding-top: 0.26042vw;
    padding-right: 1.5625vw;
    padding-left: 18.75vw;
    word-break: break-all;
  }
  .players_category__list li.no-img a {
    height: 23.95833vw;
    text-decoration: none;
  }
  .players_category__list li.no-img a figure {
    height: 23.95833vw;
    background: #000;
  }
  .players_category__list li.no-num a figure figcaption {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 5.20833vw;
  }
  .players_category__list li.is-staff a figure figcaption {
    padding-top: 1.82292vw;
    padding-bottom: 1.5625vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .players_category__list li.is-staff a figure figcaption .num {
    width: 100%;
    font-size: 3.90625vw;
    position: static;
    text-align: left;
    padding: 0 3.90625vw;
  }
  .players_category__list li.is-staff a figure figcaption .name-main {
    margin-top: 1.30208vw;
    position: static;
    padding: 0 3.90625vw;
  }
  .players_category__list li.is-staff a figure figcaption .name-sub {
    margin-top: 1.04167vw;
    position: static;
    padding: 0 4.42708vw;
  }
  .players_detail {
    color: #000000;
  }
  .players_detail .contents__pagetitle {
    color: #fff;
  }
  .players_detail .contents__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .players_detail .contents__inner {
    padding: 0;
  }
  .players_detail .sec {
    padding: 5.98958vw 0;
  }
  .players_detail .sec_ttl {
    font-size: 7.8125vw;
    font-family: 'Akrobat-ExtraBold';
    text-align: center;
    letter-spacing: 0.39062vw;
    line-height: 1;
    color: #000a6e;
  }
  .players_detail .bg {
    background: #000a6e;
    color: #fff;
  }
  .players_detail .bg .sec_ttl {
    color: #fff;
  }
  .players_detail .player__head {
    padding: 6.51042vw 3.90625vw 0;
  }
  .players_detail .mv {
    padding: 0;
  }
  .players_detail .mv_img {
    width: 100%;
    height: 100vw;
    position: relative;
  }
  .players_detail .mv_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .players_detail .mv_img_box {
    position: absolute;
    bottom: 5.72917vw;
    right: 4.6875vw;
    color: #fff;
    text-align: right;
  }
  .players_detail .mv_img_box &gt; span {
    display: block;
  }
  .players_detail .mv_img_box .num {
    line-height: 1;
  }
  .players_detail .mv_img_box .num .type_01 {
    font-family: 'Akrobat-ExtraBold';
    color: #be9664;
    font-size: 12.5vw;
    letter-spacing: 0.52083vw;
  }
  .players_detail .mv_img_box .num .type_02 {
    font-family: 'Akrobat-Bold';
    font-size: 21.35417vw;
    padding-left: 0.26042vw;
  }
  .players_detail .mv_img_box .name_jp {
    margin-top: 1.04167vw;
    font-size: 7.29167vw;
    line-height: 1.3;
  }
  .players_detail .mv_img_box .name_en {
    margin-top: 1.30208vw;
    line-height: 1;
    font-family: 'Akrobat-Regular';
    font-size: 4.6875vw;
    letter-spacing: 0.13021vw;
    padding-right: 1.5625vw;
  }
  .players_detail .profile {
    padding: 6.51042vw 5.98958vw;
  }
  .players_detail .profile_list {
    font-size: 4.16667vw;
  }
  .players_detail .profile_list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .players_detail .profile_list dl + dl {
    margin-top: 2.60417vw;
  }
  .players_detail .profile_list dl dt {
    width: 24.21875vw;
    position: relative;
  }
  .players_detail .profile_list dl dt:before {
    content: '';
    display: block;
    width: 1px;
    height: 3.51562vw;
    background: #1e3e93;
    position: absolute;
    top: 1.69271vw;
    right: 0;
  }
  .players_detail .profile_list dl dd {
    width: -webkit-calc(100% - 24.21875vw);
    width: -moz-calc(100% - 24.21875vw);
    width: calc(100% - 24.21875vw);
    padding-left: 3.38542vw;
  }
  .players_detail .profile_sns {
    margin-top: 3.90625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .players_detail .profile_sns a {
    display: block;
    width: 11.45833vw;
    height: 11.45833vw;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    font-size: 0;
  }
  .players_detail .profile_sns a + a {
    margin-left: 2.60417vw;
  }
  .players_detail .profile_sns a.twitter {
    background-image: url(../images/twitter.png);
  }
  .players_detail .profile_sns a.x {
    background-image: url(../images/x.png);
  }
  .players_detail .profile_sns a.insta {
    background-image: url(../images/insta.png);
  }
  .players_detail .profile_sns a.tiktok {
    background-image: url(../images/tiktok.png);
  }
  .players_detail .profile_txt {
    margin-top: 3.90625vw;
    width: 100%;
    font-size: 4.16667vw;
  }
  .players_detail .video_ctt {
    margin: 4.42708vw auto 0;
    width: 87.23958vw;
  }
  .players_detail .video_ctt_item {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  .players_detail .video_ctt_item + .video_ctt_item {
    margin-top: 4.42708vw;
  }
  .players_detail .video_ctt_item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .players_detail .data_ctt {
    width: 87.23958vw;
    margin: 4.42708vw auto 0;
  }
  .players_detail .data_ctt_row {
    height: 15.49479vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #fff;
    position: relative;
  }
  .players_detail .data_ctt_row:before, .players_detail .data_ctt_row:after {
    content: '';
    display: block;
    position: absolute;
  }
  .players_detail .data_ctt_row:before {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18.22917vw;
    -webkit-transform: rotate(18deg);
       -moz-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  .players_detail .data_ctt_row:after {
    width: 100%;
    height: 2.34375vw;
    top: -webkit-calc((2.34375vw + 1px) * -1);
    top: -moz-calc((2.34375vw + 1px) * -1);
    top: calc((2.34375vw + 1px) * -1);
    left: 0;
    background: #000a6e;
  }
  .players_detail .data_ctt_row + .data_ctt_row {
    margin-top: 2.34375vw;
  }
  .players_detail .data_ctt_row.type_01:before {
    width: 1px;
    background: #fff;
    left: 50.78125vw;
  }
  .players_detail .data_ctt_row.type_01 .data_ctt_row_item:nth-of-type(1) {
    width: 56%;
  }
  .players_detail .data_ctt_row.type_01 .data_ctt_row_item:nth-of-type(2) {
    width: 44%;
    padding-left: 1.82292vw;
  }
  .players_detail .data_ctt_row.type_02:before {
    width: 2.08333vw;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    left: 42.44792vw;
    background: #000a6e;
  }
  .players_detail .data_ctt_row.type_03:before {
    width: 2.08333vw;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    left: 42.44792vw;
    background: #000a6e;
  }
  .players_detail .data_ctt_row_item {
    width: 50%;
    height: 15.49479vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.125vw;
    line-height: 1;
    letter-spacing: -0.13021vw;
  }
  .players_detail .data_ctt_row_item span.num {
    font-size: 11.97917vw;
    font-family: 'Akrobat-ExtraBold';
    padding: 0 1.30208vw 2.60417vw;
  }
  .players_detail .data_ctt_row_item span.num.custom {
    font-size: 7.29167vw;
    padding-bottom: 2.86458vw;
    letter-spacing: 0;
  }
  .players_detail .data_ctt_row_item span:not(.num) {
    padding-bottom: 3.64583vw;
  }
  .players_detail .data_ctt_note {
    text-align: right;
    font-size: 2.08333vw;
    margin-top: 1.30208vw;
    position: relative;
  }
  .players_detail .data_ctt_note:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1.30208vw;
    top: -1.30208vw;
    left: 0;
    background: #000a6e;
  }
  .players_detail .career_ctt {
    padding: 0 3.90625vw;
  }
  .players_detail .career_ctt_ttl {
    font-size: 3.64583vw;
    color: #000a6e;
    height: 6.90104vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #000a6e;
    margin-top: 4.42708vw;
    position: relative;
  }
  .players_detail .career_ctt_ttl:before, .players_detail .career_ctt_ttl:after {
    content: '';
    display: block;
    width: 2.60417vw;
    height: 6.90104vw;
    border-right: 1.04167vw solid #000a6e;
    border-left: 1.04167vw solid #000a6e;
    position: absolute;
    top: 0;
  }
  .players_detail .career_ctt_ttl:before {
    left: -1px;
  }
  .players_detail .career_ctt_ttl:after {
    right: -1px;
  }
  .players_detail .career_ctt_txt {
    font-size: 3.90625vw;
    margin: 4.42708vw auto 0;
    width: 100%;
    padding: 0 3.90625vw;
    line-height: 1.6;
  }
  .players_detail .career_ctt .table_01 {
    width: 92.1875vw;
    color: #fff;
    margin: 4.42708vw auto 0;
    border: 1px solid #c7c7c7;
  }
  .players_detail .career_ctt .table_01 .table_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .players_detail .career_ctt .table_01 .table_row + .table_row {
    border-top: 1px solid #c7c7c7;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell {
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell a {
    background: #6e6e6e;
    text-decoration: none;
    color: #fff;
    position: relative;
    width: 100%;
    display: block;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell a:before, .players_detail .career_ctt .table_01 .table_row-head .table_cell a:after {
    content: '';
    display: block;
    width: 1.17188vw;
    height: 1.5625vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5625vw;
    margin: auto;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    z-index: 9;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell a:before {
    background-image: url(../images/arrow_right_gray.png);
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell a:after {
    background-image: url(../images/arrow_right_gold.png);
    opacity: 0;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell a.is-active {
    background: #be9664;
    pointer-events: none;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell a.is-active:before {
    opacity: 0;
  }
  .players_detail .career_ctt .table_01 .table_row-head .table_cell a.is-active:after {
    opacity: 1;
  }
  .players_detail .career_ctt .table_01 .table_row-body {
    border-top: 1px solid #c7c7c7;
  }
  .players_detail .career_ctt .table_01 .table_row-body:nth-of-type(1) .table_cell:nth-of-type(1), .players_detail .career_ctt .table_01 .table_row-body:nth-of-type(1) .table_cell:nth-of-type(2), .players_detail .career_ctt .table_01 .table_row-body:nth-of-type(1) .table_cell:nth-of-type(3) {
    background: #be9664;
    color: #fff;
  }
  .players_detail .career_ctt .table_01 .table_row-body.c_01 .table_cell:nth-of-type(1) {
    background: #be9664;
  }
  .players_detail .career_ctt .table_01 .table_row-body.c_02 .table_cell:nth-of-type(1) {
    background: #efefef;
    color: #000000;
  }
  .players_detail .career_ctt .table_01 .table_row-body .table_cell:nth-of-type(1) {
    width: 50%;
  }
  .players_detail .career_ctt .table_01 .table_row-body .table_cell:nth-of-type(2), .players_detail .career_ctt .table_01 .table_row-body .table_cell:nth-of-type(3) {
    width: -webkit-calc(50% / 2);
    width: -moz-calc(50% / 2);
    width: calc(50% / 2);
    background: #fff;
    color: #000;
    text-align: center;
  }
  .players_detail .career_ctt .table_01 .table_cell a, .players_detail .career_ctt .table_01 .table_cell p {
    font-size: 3.125vw;
    padding: 1.30208vw 3.38542vw;
  }
  .players_detail .career_ctt .table_01 .table_cell + .table_cell {
    border-left: 1px solid #c7c7c7;
  }
  .players_detail .career_ctt .table_01 .tab_box {
    display: none;
  }
  .players_detail .career_ctt .table_01 .tab_box.is-active {
    display: block;
  }
  .players_detail .career_ctt .table_02 {
    width: 92.1875vw;
    margin: 5.72917vw auto 0;
  }
  .players_detail .career_ctt .table_02 dl + dl {
    margin-top: 5.20833vw;
  }
  .players_detail .career_ctt .table_02 dl dt {
    color: #000a6e;
    font-size: 4.16667vw;
    font-weight: bold;
    text-align: center;
    padding-bottom: 1.30208vw;
    margin-bottom: 1.5625vw;
    border-bottom: 1px solid #000a6e;
    letter-spacing: 0.13021vw;
  }
  .players_detail .career_ctt .table_02 dl dd {
    font-size: 3.64583vw;
  }
  .players_detail .career_ctt .table_02 dl.custom dd &gt; div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .players_detail .career_ctt .table_02 dl.custom dd &gt; div p:nth-of-type(1) {
    width: 13.28125vw;
  }
  .players_detail .career_ctt .table_02 dl.custom dd &gt; div p:nth-of-type(2) {
    width: -webkit-calc(100% - 13.28125vw);
    width: -moz-calc(100% - 13.28125vw);
    width: calc(100% - 13.28125vw);
  }
  .players_detail .qa_ctt {
    width: 92.1875vw;
    margin: 5.46875vw auto 0;
    position: relative;
  }
  .players_detail .qa_ctt:before, .players_detail .qa_ctt:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2.34375vw;
    left: 0;
    background: #000a6e;
    z-index: 9;
  }
  .players_detail .qa_ctt:before {
    top: -webkit-calc((2.34375vw + 1px) * -1);
    top: -moz-calc((2.34375vw + 1px) * -1);
    top: calc((2.34375vw + 1px) * -1);
  }
  .players_detail .qa_ctt:after {
    bottom: -webkit-calc((2.34375vw) * -1);
    bottom: -moz-calc((2.34375vw) * -1);
    bottom: calc((2.34375vw) * -1);
  }
  .players_detail .qa_ctt dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #000a6e;
    overflow: hidden;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .players_detail .qa_ctt dl:before, .players_detail .qa_ctt dl:after {
    content: '';
    display: block;
    position: absolute;
  }
  .players_detail .qa_ctt dl:before {
    width: 100%;
    height: 1px;
    background: #fff;
    top: 0;
    left: 0;
  }
  .players_detail .qa_ctt dl:after {
    width: 100%;
    background: #000a6e;
    top: -webkit-calc((2.34375vw + 1px) * -1);
    top: -moz-calc((2.34375vw + 1px) * -1);
    top: calc((2.34375vw + 1px) * -1);
    left: 0;
  }
  .players_detail .qa_ctt dl + dl {
    margin-top: 2.34375vw;
  }
  .players_detail .qa_ctt dl dt, .players_detail .qa_ctt dl dd {
    width: 50%;
    padding: 3.125vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.64583vw;
    position: relative;
    word-break: break-all;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    z-index: 2;
  }
  .players_detail .qa_ctt dl dt:before, .players_detail .qa_ctt dl dd:before {
    color: #1c3a88;
    display: block;
    width: 9.375vw;
    height: 9.375vw;
    position: absolute;
    top: -1.30208vw;
    bottom: 0;
    margin: auto;
    font-family: 'Akrobat-ExtraBold';
    font-size: 9.375vw;
    line-height: 1;
  }
  .players_detail .qa_ctt dl dt p, .players_detail .qa_ctt dl dd p {
    position: relative;
    z-index: 9;
  }
  .players_detail .qa_ctt dl dt {
    padding-left: 5.98958vw;
    padding-right: 2.60417vw;
  }
  .players_detail .qa_ctt dl dt:before {
    content: 'Q';
    left: 2.60417vw;
  }
  .players_detail .qa_ctt dl dt:after {
    content: '';
    display: block;
    position: absolute;
    width: 1.5625vw;
    height: 1000px;
    background: #000a6e;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(18deg);
       -moz-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  .players_detail .qa_ctt dl dd {
    padding-left: 7.03125vw;
    padding-right: 2.60417vw;
  }
  .players_detail .qa_ctt dl dd:before {
    content: 'A';
    left: 3.90625vw;
  }
  .players_detail .news_ctt {
    width: 92.1875vw;
    margin: 3.38542vw auto 0;
  }
  .players_detail .news_ctt .list li {
    border-bottom: 1px dotted #93a7da;
  }
  .players_detail .news_ctt .list a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.60417vw;
    height: 15.36458vw;
    text-decoration: none;
  }
  .players_detail .news_ctt .list a .date {
    color: #be9664;
    width: 22.65625vw;
    font-size: 3.125vw;
  }
  .players_detail .news_ctt .list a .txt {
    color: #000;
    width: -webkit-calc(100% - 22.65625vw);
    width: -moz-calc(100% - 22.65625vw);
    width: calc(100% - 22.65625vw);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    font-size: 3.64583vw;
  }
  .players_detail .gallery {
    padding-bottom: 6.51042vw;
  }
  .players_detail .gallery_ctt {
    margin: 5.20833vw auto 0;
  }
  .players_detail .gallery_ctt .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2px;
  }
  .players_detail .gallery_ctt .list li {
    width: -webkit-calc((100% - 2px) / 2);
    width: -moz-calc((100% - 2px) / 2);
    width: calc((100% - 2px) / 2);
  }
  .players_detail .gallery_ctt .list li:nth-of-type(even) {
    margin-left: 2px;
  }
  .players_detail .gallery_ctt .list li:nth-of-type(n+3) {
    margin-top: 2px;
  }
  .players_detail .gallery_ctt .list li a {
    outline: none;
  }
  .players_detail .btn_area {
    width: 100%;
    margin: 13.02083vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .players_detail .btn_area .btn {
    margin-top: 0;
  }
  .players_detail .image_slider {
    margin: 4.42708vw 0 0;
    position: relative;
  }
  .players_detail .image .swiper-container {
    width: 87.23958vw;
  }
  .players_detail .image .swiper-slide {
    height: 70.70312vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .players_detail .image .swiper-slide img {
    max-width: 100%;
    max-height: 70.70312vw;
  }
  .players_detail .image .swiper-button {
    height: 9.11458vw;
    width: 9.11458vw;
    background: #000a6e;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -moz-box-shadow: 0 0 2.60417vw rgba(255, 255, 255, 0.3);
         box-shadow: 0 0 2.60417vw rgba(255, 255, 255, 0.3);
  }
  .players_detail .image .swiper-button:before {
    content: "";
    display: block;
    width: 2.08333vw;
    height: 2.08333vw;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .players_detail .image .swiper-button.swiper-button-prev {
    left: 1.5625vw;
  }
  .players_detail .image .swiper-button.swiper-button-prev:before {
    left: 0.78125vw;
  }
  .players_detail .image .swiper-button.swiper-button-next {
    right: 1.5625vw;
  }
  .players_detail .image .swiper-button.swiper-button-next:before {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    right: 0.78125vw;
  }
  #cboxOverlay {
    background: #001b62;
  }
  #cboxWrapper {
    position: static;
  }
  #cboxPrevious, #cboxNext {
    width: 4.81771vw;
    height: 4.81771vw;
    position: absolute;
    top: 50%;
    bottom: auto;
    margin-top: -3.90625vw;
    z-index: 99;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/arrow_right_white.png);
    -moz-background-size: auto 4.81771vw;
         background-size: auto 4.81771vw;
  }
  #cboxPrevious {
    left: -6.51042vw;
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    background-color: transparent;
  }
  #cboxNext {
    left: auto;
    right: -6.51042vw;
    margin-top: -7.8125vw;
    background-color: transparent;
  }
  .cboxPhoto {
    width: 86.97917vw !important;
    height: auto !important;
  }
  #cboxMiddleLeft, #cboxMiddleRight {
    width: 6.51042vw;
  }
  #cboxClose {
    width: 5.20833vw;
    height: 5.20833vw;
    top: 5.20833vw;
    right: -1px;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/close.png);
    -moz-background-size: 2.08333vw;
         background-size: 2.08333vw;
    background-color: #000;
  }
}

.none {
  display: none;
}

@media (min-width: 768px) and (-ms-high-contrast: none), print {
  .players_detail .contents__inner + .contents__inner {
    padding-top: 50px;
  }
  .players_detail .news_ctt .list a .txt {
    height: 47px;
  }
  .players_detail .profile_list dl dt::before {
    top: 7px;
  }
}
</pre></body></html>