@charset "UTF-8";
/* ==================== */
/* COMPONENT */
.wearing {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .wearing {
    max-width: 430px;
  }
}
.wearing__heading {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
}
.wearing__heading:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #d4003b;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.wearing__items {
  position: relative;
}
.wearing__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
}
.wearing__item:first-child {
  border-top: 1px solid #e8e8e8;
}
.wearing__item__img {
  width: 70px;
  height: 70px;
}
.wearing__item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wearing__item__info:not(:first-child) {
  margin-left: 20px;
}
.wearing__item__info:not(:last-child) {
  margin-right: 20px;
}
.wearing__item__title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  word-break: break-all;
}
.wearing__item__price {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.player-profile {
  background-color: #fff;
  padding: 30px 27px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 48.0625em) {
  .player-profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 45px 48px 45px 40px;
  }
}
.player-profile__img {
  max-width: 140px;
}
@media (min-width: 48.0625em) {
  .player-profile__img {
    max-width: 210px;
  }
}
.player-profile__img img {
  width: 100%;
}
.player-profile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .player-profile__content {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 46px;
  }
}
.player-profile__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3px;
  padding-right: 3px;
}
.player-profile__info + .player-profile__info {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e8e8e8;
}
@media (min-width: 48.0625em) {
  .player-profile__info {
    padding-left: 0;
    padding-right: 30px;
  }
  .player-profile__info + .player-profile__info {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 0;
    border-left: 1px solid #e8e8e8;
  }
}
.player-profile__info__heading {
  position: relative;
  padding-left: 14px;
}
.player-profile__info__heading:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #d4003b;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.player-profile__info__heading strong {
  font-size: 1.4rem;
}
.player-profile__info__heading span {
  font-size: 1.2rem;
}
.player-profile__info__heading a {
  display: inline;
  text-decoration: underline;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.player-profile__info__heading a:hover {
  color: #d4003b;
}
.player-profile__table {
  font-size: 1.3rem;
  margin-top: 10px;
}
.player-profile__table td {
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  vertical-align: top;
  min-width: 70px;
}

/* COMPONENT */
/* ==================== */
.team {
  overflow: hidden;
}
.team__block, .team__block--reverse {
  position: relative;
}
@media (min-width: 48.0625em) {
  .team__block + .team__block, .team__block--reverse + .team__block, .team__block + .team__block--reverse, .team__block--reverse + .team__block--reverse {
    margin-top: 40px;
  }
}
.team__block--reverse .team__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 48.0625em) {
  .team__block--reverse .team__info {
    padding-right: 0;
    padding-left: 60px;
  }
}
.team--index .team__block--reverse .team__header {
  margin-left: 155px;
}
@media (min-width: 48.0625em) {
  .team--index .team__block--reverse .team__header {
    margin-left: 0;
    width: 100%;
  }
}
.team--index .team__block--reverse .team__img {
  left: 0;
  right: auto;
}
@media (min-width: 48.0625em) {
  .team--index .team__block--reverse .team__mainvisual {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
}
.team__block.is-coming-soon, .is-coming-soon.team__block--reverse {
  margin-bottom: 54px;
}
.team__mainvisual {
  position: relative;
}
@media (min-width: 48.0625em) {
  .team--index .team__mainvisual {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
}
.team__block.is-coming-soon .team__mainvisual:before, .is-coming-soon.team__block--reverse .team__mainvisual:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.team__content {
  position: relative;
}
.team--index .team__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 48.0625em) {
  .team--detail .team__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.team__block.is-coming-soon .team__content, .is-coming-soon.team__block--reverse .team__content {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 5;
}
.team__info {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .team--index .team__info {
    padding-right: 60px;
  }
}
@media (min-width: 48.0625em) {
  .team--detail .team__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.team--index .team__header {
  width: calc(100% - 155px);
}
@media (min-width: 48.0625em) {
  .team--index .team__header {
    width: 100%;
  }
}
.team__block.is-coming-soon .team__header, .is-coming-soon.team__block--reverse .team__header {
  margin: auto;
}
.team__block.is-coming-soon .team__header:after, .is-coming-soon.team__block--reverse .team__header:after {
  content: "Coming Soon";
  font-size: 3.2rem;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 48.0625em) {
  .team__block.is-coming-soon .team__header:after, .is-coming-soon.team__block--reverse .team__header:after {
    font-size: 4.4rem;
  }
}
.team__heading {
  font-weight: bold;
}
.team__heading strong {
  font-size: 2.5rem;
  line-height: 1.5;
}
.team__heading span {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.team__heading span:before {
  content: " / ";
}
.team--index .team__heading strong,
.team--index .team__heading span {
  display: block;
}
.team__block.is-coming-soon .team__heading strong, .is-coming-soon.team__block--reverse .team__heading strong,
.team__block.is-coming-soon .team__heading span,
.is-coming-soon.team__block--reverse .team__heading span {
  display: inline-block;
}
.team__block.is-coming-soon .team__heading strong, .is-coming-soon.team__block--reverse .team__heading strong {
  font-size: 1.4rem;
}
.team__block.is-coming-soon .team__heading span, .is-coming-soon.team__block--reverse .team__heading span {
  font-size: 1.2rem;
}
@media (min-width: 48.0625em) {
  .team__heading strong {
    font-size: 3rem;
  }
  .team__heading span {
    font-size: 1.8rem;
  }
  .team--index .team__heading strong,
  .team--index .team__heading span {
    display: inline;
  }
  .team__block.is-coming-soon .team__heading strong, .is-coming-soon.team__block--reverse .team__heading strong {
    font-size: 2rem;
  }
  .team__block.is-coming-soon .team__heading span, .is-coming-soon.team__block--reverse .team__heading span {
    font-size: 1.8rem;
  }
}
.team__text {
  font-size: 1.4rem;
}
.team__note {
  position: relative;
  font-size: 1.2rem;
  color: #8d8d8d;
  line-height: 1.5;
  padding-left: 15px;
}
.team__text + .team__note {
  margin-top: 23px;
}
.team__note + .team__note {
  margin-top: 10px;
}
.team__note:before {
  content: "＊";
  position: absolute;
  left: 0;
}
@media (min-width: 48.0625em) {
  .team__note + .team__note {
    margin-top: 0;
  }
  .team__text + .team__note {
    margin-top: 40px;
  }
}
.team__btn {
  margin-top: 30px;
}
.team__btn .ci-btn {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48.0625em) {
  .team__btn {
    margin-top: 50px;
  }
  .team__btn .ci-btn {
    margin-left: 0;
  }
}
.team--index .team__img {
  width: 130px;
  position: absolute;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  right: 0;
  top: 0;
}
@media (min-width: 48.0625em) {
  .team--index .team__img {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    position: relative;
    width: 100%;
    max-width: 460px;
  }
}
.team--detail .team__img {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48.0625em) {
  .team--detail .team__img {
    -webkit-box-flex: 0.6;
        -ms-flex: 0.6;
            flex: 0.6;
    position: relative;
    width: 100%;
    min-width: 400px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 56px;
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
}

.team-stylings__btn {
  margin-top: 10px;
}
.team-stylings__btn a {
  margin: auto;
}
@media (min-width: 48.0625em) {
  .team-stylings__btn {
    margin-top: 70px;
  }
  .team-stylings__btn a {
    max-width: 100%;
  }
}

.team-styling + .team-styling {
  margin-top: 30px;
}
.team-styling__slider {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .team-styling__slider .slick-prev {
    left: 4px;
  }
  .team-styling__slider .slick-next {
    right: 4px;
  }
}
.team-styling__slides {
  margin-bottom: 50px;
}
@media (min-width: 48.0625em) {
  .team-styling__slides {
    margin-bottom: 60px;
  }
}
.team-styling .wearing {
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 48.0625em) {
  .team-styling .wearing {
    padding-top: 30px;
  }
}
@media (min-width: 48.0625em) {
  .team-styling {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team-styling + .team-styling {
    margin-top: 50px;
  }
  .team-styling:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .team-styling:nth-child(2n) .wearing {
    padding-left: 0;
    padding-right: 80px;
  }
  .team-styling__slider {
    width: 53%;
  }
  .team-styling .wearing {
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 80px;
  }
}

.team-profile {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 48.0625em) {
  .team-profile {
    padding-top: 50px;
  }
}

.player-archive-link {
  text-align: right;
  margin-top: 10px;
}
.player-archive-link a {
  text-decoration: underline;
}
.player-archive-link a:hover {
  text-decoration: none;
}

.other-players {
  display: grid;
  gap: clamp(2rem, 2.8571428571vw, 4rem);
}
@media (max-width: 48em) {
  .other-players {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 48.0625em) {
  .other-players {
    grid-template-columns: repeat(3, 1fr);
  }
}

.other-player {
  position: relative;
}
.other-player__img {
  max-width: 375px;
  position: relative;
}
.other-player__title {
  text-align: center;
  margin-top: 12px;
}
.other-player__title strong,
.other-player__title span {
  display: block;
}
.other-player__title strong {
  font-size: 1.4rem;
}
.other-player__title span {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.other-player__title span:before {
  content: " / ";
}
@media (min-width: 48.0625em) {
  .other-player__title {
    margin-top: 20px;
  }
  .other-player__title strong,
  .other-player__title span {
    display: inline;
  }
  .other-player__title strong {
    font-size: 1.8rem;
  }
  .other-player__title span {
    font-size: 1.4rem;
  }
}
.other-player__coming-soon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
}
.other-player__coming-soon__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #fff;
}
.other-player__coming-soon__heading {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 48.0625em) {
  .other-player__coming-soon__heading {
    font-size: 3.4rem;
  }
}

.js-scroll-add-class .team__mainvisual__img,
.js-scroll-add-class .team__info {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.team__block--reverse .js-scroll-add-class .team__mainvisual__img,
.team__block--reverse .js-scroll-add-class .team__info {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.js-scroll-add-class .team__img img,
.js-scroll-add-class .team-styling__slider {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.js-scroll-add-class .team-styling__slider + .wearing {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.js-scroll-add-class.is-animated .team__mainvisual__img,
.js-scroll-add-class.is-animated .team__info {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-scroll-add-class.is-animated .team__img img,
.js-scroll-add-class.is-animated .team-styling__slider {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js-scroll-add-class.is-animated .team-styling__slider + .wearing {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}/*# sourceMappingURL=team.css.map */